bunteshaus.de/themes/buha/assets/scss/gen_list.scss

49 lines
709 B
SCSS
Raw Normal View History

2022-06-12 14:22:25 +02:00
.gen_list {
max-width: 100%;
.list_item {
margin-bottom: 5rem;
2022-06-12 16:59:25 +02:00
min-height: 25vh;
2022-06-12 14:22:25 +02:00
}
a {
text-decoration: none;
}
h3 {
margin-top: 0rem;
}
.img {
background-position: top center;
background-repeat: no-repeat;
2022-06-12 16:59:25 +02:00
position: relative;
background-size: cover;
2022-06-12 17:24:42 +02:00
height: calc(33vh / 2.4);
2022-06-12 14:22:25 +02:00
}
.img-only {
width: 100%;
2022-06-12 16:59:25 +02:00
height: 20vh;
2022-06-12 14:22:25 +02:00
transition: all .2s ease-in-out;
background-size: 100% auto;
2022-06-12 16:59:25 +02:00
background-position: top;
2022-06-12 14:22:25 +02:00
background-repeat: no-repeat;
}
}
@media (min-width: 640px) {
2022-06-12 16:59:25 +02:00
.list {
width: 68%;
margin-left: auto;
margin-right: auto;
}
2022-06-12 14:22:25 +02:00
}
@media (min-width: 768px) {
}
@media (min-width: 1024px) {
}
@media (min-width: 1280px) {
}
@media (min-width: 1920px) {
}