mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
Fix authors wrapping on mobile
This commit is contained in:
parent
afdbb0e429
commit
e239370350
1 changed files with 7 additions and 1 deletions
|
|
@ -27,7 +27,6 @@ body {
|
|||
.authors {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
max-width: 500px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
|
@ -134,4 +133,11 @@ button:focus {
|
|||
margin-top: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.authors {
|
||||
flex-direction: column;
|
||||
text-align: center;
|
||||
}
|
||||
.authors div {
|
||||
margin: 2.5px 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue