forked from Bunteshaus/bunteshaus.de
33 lines
416 B
SCSS
33 lines
416 B
SCSS
.gen_list {
|
|
max-width: 100%;
|
|
.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;
|
|
}
|
|
}
|