byline for week
This commit is contained in:
parent
688e0d22d4
commit
82edae60fb
7 changed files with 60 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue