From d85734d68e5815468edc282ec991c63d038e6ac4 Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Sun, 21 Mar 2021 11:24:23 -0400 Subject: [PATCH] padding at the top and bottom not just the sides --- 2021/assets/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2021/assets/css/custom.css b/2021/assets/css/custom.css index 165e3ced..62dadf36 100644 --- a/2021/assets/css/custom.css +++ b/2021/assets/css/custom.css @@ -59,7 +59,7 @@ h3 { margin-top: 42px } -#lp-content { position: relative; } +#lp-content { position: relative; padding: 15px; } .text-thick { font-weight: 900; -- 2.25.1