From 5d9b0b413081a378c3fffd605b4d76f287e38379 Mon Sep 17 00:00:00 2001 From: spbRusty <42145047+spbRusty@users.noreply.github.com> Date: Sun, 11 Aug 2024 03:33:01 +0300 Subject: [PATCH] Update style.css --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 214b6a8..d408eb1 100644 --- a/style.css +++ b/style.css @@ -8,7 +8,7 @@ body { flex-direction: column; justify-content: center; align-items: center; - height: 100vh; /* Высота экрана 100% от доступной высоты окна */ + height: 90vh; /* Высота экрана 100% от доступной высоты окна */ overflow: hidden; /* Убираем прокрутку */ }