moved general css line further up
authorAndrew Engelbrecht <andrew@fsf.org>
Mon, 29 Jul 2019 20:49:59 +0000 (16:49 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Mon, 29 Jul 2019 20:49:59 +0000 (16:49 -0400)
css/style.css

index 7b89ed70a2ca3d437e88ba8879e06b7afcc6df63..748565286960c67676792fe135667649b182f2f3 100644 (file)
@@ -186,6 +186,10 @@ a { transition: 0.3s; }
   text-align: right;
 }
 
+.feed-icons {
+  clear: both;
+}
+
 @media screen and (min-width: 450px) and (max-width: 659px) {
   .ryf-list-row ul {
     max-width: 600px;
@@ -306,10 +310,6 @@ a { transition: 0.3s; }
   clear: left;
 }
 
-.feed-icons {
-  clear: both;
-}
-
 @media screen and (max-width: 559px) {
   .view-taxonomy-term .view-header {
     margin: 0 auto 40px auto;