From e0efdc6707e9e8b1f34d944e30cac77fc6ca3628 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Sun, 16 Sep 2018 16:30:06 -0400 Subject: [PATCH] Apply padding to shoutbox for larger screen sizes. Prior to this, there was limited padding on the shoutbox and it would look smushed. Author: Sarah Conway --- media/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/media/css/main.css b/media/css/main.css index 322e00f8..71f087a4 100644 --- a/media/css/main.css +++ b/media/css/main.css @@ -857,6 +857,7 @@ h1.subject { .pg-shout-box { padding-top: 2.8rem; + margin-bottom: 1rem; } } -- 2.39.5