From 835801ab8dd2d3a9deba13e32590c07b0129985e Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Mon, 29 Jul 2019 16:49:59 -0400 Subject: [PATCH] moved general css line further up --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index 7b89ed7..7485652 100644 --- a/css/style.css +++ b/css/style.css @@ -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; -- 2.25.1