From cbd14dc901ae189aafe6dcef656ca489de596b72 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Thu, 20 Jun 2024 23:40:30 -0400 Subject: [PATCH] basewiki/bootstrap.local.css: make padding smaller of bottom of content containers --- basewiki/bootstrap.local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basewiki/bootstrap.local.css b/basewiki/bootstrap.local.css index 7ccf9a3..777c272 100644 --- a/basewiki/bootstrap.local.css +++ b/basewiki/bootstrap.local.css @@ -59,7 +59,7 @@ body { /* Not required for template or sticky footer method. */ body > .container { - padding: 60px 15px 60px; + padding: 60px 15px 15px; } .container .text-muted { margin: 20px 0;