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

36 lines
450 B
SCSS
Raw Normal View History

2022-06-12 14:22:25 +02:00
.gen_list {
max-width: 100%;
2022-06-24 19:28:46 +02:00
.item {
margin-bottom: 3em;
}
2022-06-12 14:22:25 +02:00
.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 {
2022-06-17 17:45:53 +02:00
width: 60%;
margin-left: 2rem;
2022-06-12 14:22:25 +02:00
}
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
}