Skip to content

Commit

Permalink
style: support more mobimenu items
Browse files Browse the repository at this point in the history
  • Loading branch information
Nierot committed Nov 13, 2024
1 parent 4986219 commit eca4ca3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/style/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,18 @@ $steps: 20;
&--item:nth-child(7) {
grid-row-start: -7;
}

&--item:nth-child(8) {
grid-row-start: -8;
}

&--item:nth-child(9) {
grid-row-start: -9;
}

&--item:nth-child(10) {
grid-row-start: -10;
}
}

@media (max-width: 600px) {
Expand Down

0 comments on commit eca4ca3

Please sign in to comment.