Redid styles to match the new home page structure
This commit is contained in:
parent
97c846cc62
commit
aebd56bd7a
@ -1,36 +1,27 @@
|
|||||||
#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
|
div
|
||||||
display: block
|
margin-bottom: 25px
|
||||||
+size(100% 100%)
|
|
||||||
max-width: 420px
|
|
||||||
margin-right: 10px
|
|
||||||
background: url(/img/banner/oo-banner.jpg)
|
|
||||||
background-size: 100% 100%
|
|
||||||
border-radius: 5px
|
|
||||||
|
|
||||||
.notes
|
a
|
||||||
height: 100%
|
|
||||||
padding: 0
|
|
||||||
flex: 1
|
|
||||||
|
|
||||||
#twitter-widget-0
|
|
||||||
display: block
|
display: block
|
||||||
width: 100% !important
|
width: 100%
|
||||||
height: 100%
|
max-width: 500px
|
||||||
|
margin-left: auto
|
||||||
|
margin-right: auto
|
||||||
|
|
||||||
|
img
|
||||||
|
width: 100%
|
||||||
|
|
||||||
#wrapper-home
|
#wrapper-home
|
||||||
display: block
|
display: block
|
||||||
|
Loading…
Reference in New Issue
Block a user