Fix spacing between content and navigation in archives code.
authorSarah Conway <sarah.conway@crunchydata.com>
Wed, 2 May 2018 19:34:04 +0000 (15:34 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 2 May 2018 19:34:04 +0000 (15:34 -0400)
media/css/main.css

index 86cbb4f174ce1eba281da85babdc30ebee88c52d..3073a47a29e90f05242bdffde2577590c472b6aa 100644 (file)
@@ -725,6 +725,15 @@ th.formfieldnamecontainer {
 }
 
 /** This code is for pgarchives */
+
+/**
+ * general navigation padding just for the archives; removable after the
+ * universal notifier is available
+ */
+ .archive {
+     margin-top: 4rem;
+ }
+
 /** Thread Lists */
 .thread-list {
     font-size: 0.8em;
@@ -800,6 +809,10 @@ h1.subject {
 }
 
 @media (max-width: 992px) {
+    .archive {
+        margin-top: 2rem;
+    }
+
     .navbar {
       padding: 5px 10px;
     }