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;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 1rem;
|
|
|
|
.mod_times, .foundations {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
.mod_times_item:first-child, {
|
2022-06-12 14:26:31 +02:00
|
|
|
margin-bottom: .4em;
|
2022-06-12 13:50:06 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.foundations {
|
|
|
|
display: flex;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
}
|
|
|
|
}
|