From bbb30910138a60de7d03ffc40daa65a8c4645a3b Mon Sep 17 00:00:00 2001 From: Andrew Engelbrecht Date: Fri, 2 Aug 2019 15:53:59 -0400 Subject: [PATCH 1/1] reorganized some css --- css/style.css | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/css/style.css b/css/style.css index ad459c8..d88b51b 100644 --- a/css/style.css +++ b/css/style.css @@ -7,6 +7,26 @@ body { margin: 0; min-width: 320px; } a { transition: 0.3s; } + +/* etcetera */ + + +.feed-icons, +.more-link { + margin-top: 15px; + clear: both; +} +.more-link { + font-weight: bold; +} + +.block-views { + margin-top: 20px; +} + +/* Navbar */ + + .navbar-default { background: #000; color: #FFF; @@ -67,10 +87,6 @@ a { transition: 0.3s; } float: right; } -.block-views { - margin-top: 20px; -} - @media screen and (min-width: 520px) and (max-width: 599px) { .logo img { margin-left: 50px; } #block-ryf-main-menu .navbar-nav { margin-left: 230px; } @@ -193,15 +209,6 @@ a { transition: 0.3s; } text-align: right; } -.feed-icons, -.more-link { - margin-top: 15px; - clear: both; -} -.more-link { - font-weight: bold; -} - @media screen and (min-width: 450px) and (max-width: 659px) { .ryf-list-row { max-width: 600px; -- 2.25.1