Redid styles to match the new home page structure

This commit is contained in:
Ascendings 2015-09-29 12:01:02 -04:00
parent 97c846cc62
commit aebd56bd7a

View File

@ -1,37 +1,28 @@
#featured #featured
display: flex height: auto
flex-direction: row
height: 300px
margin: 0 auto 20px margin: 0 auto 20px
padding: 5px padding: 5px
background: none background: none
div .hover-box
position: relative
+transition(all, 200ms) +transition(all, 200ms)
&:hover &:hover
box-shadow: 0 6px 20px 0 rgba(#000, 0.19), 0 8px 17px 0 rgba(#000, 0.2) 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 #wrapper-home
display: block display: block
min-height: 300px min-height: 300px
@ -45,4 +36,4 @@
#mailing-list #mailing-list
p p
margin-bottom: 7px margin-bottom: 7px
text-align: center text-align: center