From 7db424e3d83c0627abccc52b0fa9bc86662334c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0ub=C3=ADn?= Date: Tue, 6 Jun 2023 08:32:03 +0200 Subject: [PATCH] wip --- assets/css/layout.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/assets/css/layout.css b/assets/css/layout.css index 6729e4b..6d3af14 100644 --- a/assets/css/layout.css +++ b/assets/css/layout.css @@ -13,11 +13,6 @@ } .section__intro { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; display: flex; flex-direction: column-reverse; background: var(--color-white-100);