40 lines
629 B
Sass
Executable File
40 lines
629 B
Sass
Executable File
#featured
|
|
height: auto
|
|
margin: 0 auto 20px
|
|
padding: 5px
|
|
background: none
|
|
|
|
.hover-box
|
|
+transition(all, 200ms)
|
|
|
|
&:hover
|
|
box-shadow: 0 6px 20px 0 rgba(#000, 0.19), 0 8px 17px 0 rgba(#000, 0.2)
|
|
|
|
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
|
|
padding: 0
|
|
|
|
.content
|
|
margin: 0
|
|
padding: 0
|
|
|
|
.actions
|
|
#mailing-list
|
|
p
|
|
margin-bottom: 7px
|
|
text-align: center
|