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

53 lines
677 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-15 15:20:01 +02:00
&:hover {
.readmore {
text-decoration: underline;
}
}
2022-06-12 14:22:25 +02:00
}
a {
text-decoration: none;
}
h3 {
margin-top: 0rem;
}
2022-06-12 23:48:26 +02:00
.text > img {
width: 64%;
2022-06-12 14:22:25 +02:00
}
.img-only {
2022-06-12 23:48:26 +02:00
height: 40vh;
2022-06-12 14:22:25 +02:00
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;
}
2022-06-14 23:01:19 +02:00
.articlemeta {
margin-bottom: 1em;
&:first-child {
font-weight: bold;
}
}
2022-06-15 15:20:01 +02:00
.readmore {
margin-top: 1em;
text-align: right;
}
2022-06-12 14:22:25 +02:00
}
@media (min-width: 640px) {
}
@media (min-width: 768px) {
}
@media (min-width: 1024px) {
}
@media (min-width: 1280px) {
}
@media (min-width: 1920px) {
}