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

46 lines
621 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;
align-items: center;
margin-top: 1rem;
.bold {
font-weight: bold;
margin-right: .4em;
}
.foundations_items {
display: flex;
margin-bottom: 1em;
img {
margin-right: .4rem;
max-height: 4rem;
}
}
.mod_times {
display: flex;
flex-direction: column;
.mod_times_item {
display: flex;
}
}
}
@media (min-width: 640px) {
.article_footer {
align-items: flex-start;
}
}