Fix authors centering on mobile

This commit is contained in:
adamsvystun 2018-12-14 20:34:04 +01:00
parent f7ed97ea46
commit b16893bc10

View file

@ -27,7 +27,6 @@ body {
.authors {
display: flex;
justify-content: space-between;
max-width: 500px;
margin: 0 auto;
}
@ -136,6 +135,7 @@ button:focus {
}
.authors {
flex-direction: column;
text-align: center;
}
.authors div {
margin: 2.5px 0;