mirror of
https://github.com/GenZmeY/casper-i18n.git
synced 2025-01-18 10:33:44 +00:00
Improved multi-author support
This commit is contained in:
parent
d147bb158e
commit
cdaa6b3c0b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1071,7 +1071,6 @@ production stylesheet in assets/built/screen.css
|
||||
|
||||
.author-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
margin: 0 0 0 4px;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
@ -1775,6 +1774,12 @@ iframe.instagram-media + script + :not([id]) {
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.article-byline-content {
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.article-byline-content .author-list {
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user