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

36 lines
450 B
SCSS

.gen_list {
max-width: 100%;
.item {
margin-bottom: 3em;
}
.list_item {
margin-bottom: 5rem;
min-height: 25vh;
&:hover {
.readmore {
text-decoration: underline;
}
}
}
a {
text-decoration: none;
}
h3 {
margin-top: 0rem;
}
.text > img {
width: 60%;
margin-left: 2rem;
}
.articlemeta {
margin-bottom: 1em;
&:first-child {
font-weight: bold;
}
}
.readmore {
margin-top: 1em;
text-align: right;
}
}