From 0bc17bac31efc8cfba97aff6ddd3b90aa132e39d Mon Sep 17 00:00:00 2001 From: Ascendings Date: Tue, 29 Sep 2015 12:01:23 -0400 Subject: [PATCH] Newly compiled CSS --- public/css/main.css | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index 01c9a40..a4cdd66 100755 --- a/public/css/main.css +++ b/public/css/main.css @@ -545,36 +545,26 @@ body { margin-bottom: 15px; } #featured { - display: flex; - flex-direction: row; - height: 300px; + height: auto; margin: 0 auto 20px; padding: 5px; background: none; } - #featured div { - position: relative; + #featured .hover-box { -webkit-transition: all, 200ms; -moz-transition: all, 200ms; transition: all, 200ms; } - #featured div:hover { + #featured .hover-box:hover { box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); } - #featured .news { - display: block; - height: 100%; - width: 100%; - max-width: 420px; - margin-right: 10px; - background: url(/img/banner/oo-banner.jpg); - background-size: 100% 100%; - border-radius: 5px; } - #featured .notes { - height: 100%; - padding: 0; - flex: 1; } - #featured .notes #twitter-widget-0 { + #featured div { + margin-bottom: 25px; } + #featured div a { display: block; - width: 100% !important; - height: 100%; } + width: 100%; + max-width: 500px; + margin-left: auto; + margin-right: auto; } + #featured div img { + width: 100%; } #wrapper-home { display: block;