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

46 lines
621 B
SCSS
Raw Normal View History

2022-06-12 13:50:06 +02:00
article {
.article_content {
}
.articlemeta {
margin-top: 1rem;
margin-bottom: .5rem;
&:first-child {
font-weight: bold;
}
}
}
.article_footer {
2022-06-12 14:25:37 +02:00
font-size: 60%;
2022-06-12 13:50:06 +02:00
display: flex;
flex-direction: column;
2022-06-12 15:12:58 +02:00
align-items: center;
2022-06-12 13:50:06 +02:00
margin-top: 1rem;
2022-06-12 15:12:58 +02:00
.bold {
font-weight: bold;
margin-right: .4em;
}
.foundations_items {
2022-06-12 14:32:09 +02:00
display: flex;
margin-bottom: 1em;
2022-06-12 15:12:58 +02:00
img {
margin-right: .4rem;
max-height: 4rem;
}
2022-06-12 14:32:09 +02:00
}
2022-06-12 15:12:58 +02:00
.mod_times {
2022-06-12 13:50:06 +02:00
display: flex;
flex-direction: column;
2022-06-12 15:12:58 +02:00
.mod_times_item {
display: flex;
2022-06-12 13:50:06 +02:00
}
}
}
2022-06-12 15:12:58 +02:00
@media (min-width: 640px) {
.article_footer {
align-items: flex-start;
}
}