forked from prehistoric-systems/comixify
Fix authors wrapping on mobile
This commit is contained in:
parent
5b43adfe08
commit
f7ed97ea46
1 changed files with 6 additions and 0 deletions
|
|
@ -134,4 +134,10 @@ button:focus {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
.authors {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
.authors div {
|
||||||
|
margin: 2.5px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue