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

31 lines
446 B
SCSS

article {
.article_content {
}
.articlemeta {
margin-top: 1rem;
margin-bottom: .5rem;
&:first-child {
font-weight: bold;
}
}
}
.article_footer {
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: .4rem;
}
}
.foundations {
display: flex;
margin-bottom: 1rem;
}
}