From eca4ca328d0bdf039edfd6f9197cdac3a9346b77 Mon Sep 17 00:00:00 2001 From: Niels <56843328+Nierot@users.noreply.github.com> Date: Wed, 13 Nov 2024 23:52:50 +0100 Subject: [PATCH] style: support more mobimenu items --- src/style/_layout.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index 8d638bb..7f6d874 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -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) {