From 1d745f28fc6959ec22750f65289184ea29456ad4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20=C5=A0ub=C3=ADn?= Date: Tue, 6 Jun 2023 11:45:48 +0200 Subject: [PATCH] wip --- assets/css/media.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/css/media.css b/assets/css/media.css index 3c8cbda..3b88e9a 100644 --- a/assets/css/media.css +++ b/assets/css/media.css @@ -94,7 +94,8 @@ max-height: calc(100vh - 5rem); } - .section__intro { + .section__intro, + .section--switch .section__intro { flex-direction: row; } @@ -125,7 +126,7 @@ } .section__picture { - width: 50vw; + width: 50%; height: 100%; max-height: 100%; z-index: 1;