Apply padding to shoutbox for larger screen sizes.
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Sun, 16 Sep 2018 20:30:06 +0000 (16:30 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 16 Oct 2018 13:40:52 +0000 (09:40 -0400)
Prior to this, there was limited padding on the shoutbox and it would look
smushed.

Author: Sarah Conway

media/css/main.css

index 322e00f8e84966a8776a59c5f634c60affd0e097..71f087a4ed272200cc7b34ea5aad4715b57eed2c 100644 (file)
@@ -857,6 +857,7 @@ h1.subject {
 
     .pg-shout-box {
       padding-top: 2.8rem;
+      margin-bottom: 1rem;
     }
 }