mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 07:08:07 +01:00
[Glitch] Use 1 column layout for form ul
on narrow widths
Port 106b22bd2d
to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
77d2f7eef6
commit
3fa34bd73a
1 changed files with 4 additions and 0 deletions
|
@ -313,6 +313,10 @@ code {
|
|||
|
||||
ul {
|
||||
columns: 2;
|
||||
|
||||
@media screen and (max-width: $mobile-breakpoint) {
|
||||
columns: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue