basewiki/bootstrap.local.css: make padding smaller of bottom of content containers

This commit is contained in:
Antoine Martin 2024-06-20 23:40:30 -04:00
parent b952e6b840
commit cbd14dc901
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -59,7 +59,7 @@ body {
/* Not required for template or sticky footer method. */ /* Not required for template or sticky footer method. */
body > .container { body > .container {
padding: 60px 15px 60px; padding: 60px 15px 15px;
} }
.container .text-muted { .container .text-muted {
margin: 20px 0; margin: 20px 0;