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

32 lines
463 B
SCSS

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