Redid styles to match the new home page structure
This commit is contained in:
parent
97c846cc62
commit
aebd56bd7a
@ -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
|
||||
text-align: center
|
||||
|
Loading…
Reference in New Issue
Block a user