From e83de2a0ff62bbcdcdcbc47d92dbb449b2ee8cf1 Mon Sep 17 00:00:00 2001 From: elise Date: Sat, 10 Aug 2024 15:35:48 +0200 Subject: [PATCH] center full menu vertically --- web/src/components/layout/header.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/components/layout/header.module.scss b/web/src/components/layout/header.module.scss index 8fc68b9..2eb663b 100644 --- a/web/src/components/layout/header.module.scss +++ b/web/src/components/layout/header.module.scss @@ -180,6 +180,7 @@ } ul { + min-height: 80vh; display: flex; flex-direction: column; justify-content: center;