bunteshaus.de/themes/buha/assets/scss/article.scss
2022-06-12 14:27:02 +02:00

32 lines
461 B
SCSS

article {
.article_content {
}
.articlemeta {
margin-top: 1rem;
margin-bottom: .5rem;
&:first-child {
font-weight: bold;
}
}
}
.article_footer {
font-size: 60%;
display: flex;
flex-direction: column;
justify-content: center;
margin-top: 1rem;
.mod_times, .foundations {
display: flex;
flex-direction: column;
.mod_times_item:first-child, {
margin-bottom: .4em;
}
}
.foundations {
display: flex;
margin-bottom: 1em;
}
}