ildi-wp/dev/scss/components/_home-loop.scss
2018-07-26 07:45:44 -05:00

30 lines
392 B
SCSS

.home-loop {
position: relative;
overflow: hidden;
a {
display: table;
min-height: 250px;
text-decoration: none;
}
h1 {
margin: 0;
background-color: rgba($black, 0.15);
padding: $gutter;
color: $white;
}
img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
width: 100%;
height: auto;
}
}