From 8543c727307127fb220093118d9dd208d1df55f4 Mon Sep 17 00:00:00 2001 From: ribardej Date: Wed, 5 Nov 2025 15:49:31 +0100 Subject: [PATCH] fix(frontend): fixed the layout for chrome based browsers --- 7project/frontend/src/index.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/7project/frontend/src/index.css b/7project/frontend/src/index.css index 08a3ac9..fb92a9f 100644 --- a/7project/frontend/src/index.css +++ b/7project/frontend/src/index.css @@ -24,8 +24,6 @@ a:hover { body { margin: 0; - display: flex; - place-items: center; min-width: 320px; min-height: 100vh; }