From aebd56bd7a86b9a620e20d2e7dbc1acdb8bb38cf Mon Sep 17 00:00:00 2001 From: Ascendings Date: Tue, 29 Sep 2015 12:01:02 -0400 Subject: [PATCH] Redid styles to match the new home page structure --- assets/sass/pages/_home.sass | 43 ++++++++++++++---------------------- 1 file changed, 17 insertions(+), 26 deletions(-) diff --git a/assets/sass/pages/_home.sass b/assets/sass/pages/_home.sass index 2bce9f9..56c14f0 100755 --- a/assets/sass/pages/_home.sass +++ b/assets/sass/pages/_home.sass @@ -1,37 +1,28 @@ #featured - display: flex - flex-direction: row - height: 300px + height: auto margin: 0 auto 20px padding: 5px background: none - div - position: relative + .hover-box +transition(all, 200ms) - + &:hover box-shadow: 0 6px 20px 0 rgba(#000, 0.19), 0 8px 17px 0 rgba(#000, 0.2) - - .news - display: block - +size(100% 100%) - max-width: 420px - margin-right: 10px - background: url(/img/banner/oo-banner.jpg) - background-size: 100% 100% - border-radius: 5px - - .notes - height: 100% - padding: 0 - flex: 1 - - #twitter-widget-0 - display: block - width: 100% !important - height: 100% + div + margin-bottom: 25px + + a + display: block + width: 100% + max-width: 500px + margin-left: auto + margin-right: auto + + img + width: 100% + #wrapper-home display: block min-height: 300px @@ -45,4 +36,4 @@ #mailing-list p margin-bottom: 7px - text-align: center \ No newline at end of file + text-align: center