From e3c620edc9c3a69d6c2ad59effc246b64f817f10 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Mon, 3 Oct 2022 09:50:22 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20variabiln=C3=AD=20velikosti=20obr=C3=A1zk?= =?UTF-8?q?=C5=AF=20n=C3=A1hledu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/sass/style.scss b/sass/style.scss index fdbb22b..aeb43f5 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -148,6 +148,7 @@ main { } a { + width: 100%; height: 100%; display: flex; flex-direction: column;