mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 11:48:06 +01:00
[Glitch] Adjust spacing on setting sub-nav items when below mobile size
Port f10d61bf86
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
parent
edfa716a18
commit
af39ac6edc
1 changed files with 4 additions and 0 deletions
|
@ -226,6 +226,10 @@ $content-width: 840px;
|
|||
gap: 5px;
|
||||
white-space: nowrap;
|
||||
|
||||
@media screen and (max-width: $mobile-breakpoint) {
|
||||
flex: 1 0 50%;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
|
|
Loading…
Reference in a new issue