better mobile support
This commit is contained in:
parent
df425a8ab4
commit
35fa8d8823
4 changed files with 11 additions and 1 deletions
|
@ -204,6 +204,10 @@ a[href^="/"] {
|
|||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
@media all and (max-width: 780px) {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
& > * {
|
||||
flex: 1 0 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue