From 0cd1e92ce7783cf9e8ccbf245ec0a9b2b68cd692 Mon Sep 17 00:00:00 2001 From: Kai Sellmann <2210892@stud.hs-mannheim.de> Date: Fri, 5 May 2023 13:31:24 +0200 Subject: [PATCH] Massanpassung menu-items --- public/css/mobile.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/mobile.css b/public/css/mobile.css index 4f08706..49d0e08 100644 --- a/public/css/mobile.css +++ b/public/css/mobile.css @@ -151,8 +151,8 @@ margin-top: 60px; padding-top: 15px; background-color: #476B1C; - height: 35vh; - width: 380%; + height: 30vh; + width: 400%; transform: translate(-150%); display: flex; flex-direction: column;