Fix authors wrapping on mobile

This commit is contained in:
adamsvystun 2018-12-14 17:20:48 +01:00
parent 5b43adfe08
commit f7ed97ea46

View file

@ -134,4 +134,10 @@ button:focus {
margin-top: 0;
border-radius: 0;
}
.authors {
flex-direction: column;
}
.authors div {
margin: 2.5px 0;
}
}