From c6fdc6552d1765efbe8622c4c0cf1a2185969266 Mon Sep 17 00:00:00 2001 From: arussac Date: Thu, 3 Apr 2025 19:16:46 +0200 Subject: [PATCH] maj --- css/style_menu.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/css/style_menu.css b/css/style_menu.css index 02ccd1a..83cc0bc 100644 --- a/css/style_menu.css +++ b/css/style_menu.css @@ -1,5 +1,5 @@ .project { - height: 40vh; + height: 48vh; width: 80%; box-sizing: border-box; background-color: #f8f9fa; @@ -48,8 +48,9 @@ .container { margin: 0 auto; width: 25vw; - height: 47vh; - position: relative; + height: 60vh; + position: absolute; + left: 36vw; perspective: 99vw; }