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