byline for week

This commit is contained in:
j 2024-02-06 17:47:54 +01:00
commit 82edae60fb
7 changed files with 60 additions and 2 deletions

View file

@ -139,6 +139,30 @@ header {
padding-bottom: 8px;
margin-bottom: 8px;
border-bottom: 1px solid blueviolet;
&.with-byline {
display: flex;
margin-left: 4px;
margin-right: 4px;
div {
flex-grow: 1;
text-align: left;
}
.byline {
text-align: right;
}
@media(max-width:768px) {
display: block;
div {
margin-left: 4px;
margin-right: 4px;
}
.byline {
text-align: left;
margin-left: 0;
}
}
}
}
.item > a {
display: flex;