better mobile support

This commit is contained in:
jackyzha0 2021-07-18 22:10:37 -04:00
parent df425a8ab4
commit 35fa8d8823
4 changed files with 11 additions and 1 deletions

View file

@ -204,6 +204,10 @@ a[href^="/"] {
display: flex;
flex-direction: row;
@media all and (max-width: 780px) {
flex-direction: column;
}
& > * {
flex: 1 0 0;
}