From b2206f214388854aee573984a1a70ef018432285 Mon Sep 17 00:00:00 2001 From: goldipl Date: Sat, 29 Jun 2024 19:15:25 +0200 Subject: [PATCH] change fav categories wrapper height to 324px --- sass/home/_favourite_categories.scss | 2 +- sass/main.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/home/_favourite_categories.scss b/sass/home/_favourite_categories.scss index 6d74849..1793d79 100644 --- a/sass/home/_favourite_categories.scss +++ b/sass/home/_favourite_categories.scss @@ -90,7 +90,7 @@ align-items: center; padding: 0; gap: 0; - height: 290px; + height: 324px; overflow: hidden; &.expanded { max-height: none; diff --git a/sass/main.css b/sass/main.css index 383378c..88eda29 100644 --- a/sass/main.css +++ b/sass/main.css @@ -460,7 +460,7 @@ body { align-items: center; padding: 0; gap: 0; - height: 290px; + height: 324px; overflow: hidden; } .main-2-0 #favourite-categories .favourite-categories.expanded {