From 5b56c2c4c917e40a5054f6fc503237abff934cc4 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 2 Apr 2020 15:40:13 +0200 Subject: [PATCH] =?UTF-8?q?Zm=C4=9Bna=20=C5=A1k=C3=A1lov=C3=A1n=C3=AD=20po?= =?UTF-8?q?lo=C5=BEek=20v=20nav?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index c7b738e..6488b39 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -78,7 +78,20 @@ body { ul { - min-width: 33.33%; + flex-grow: 1; + + &:nth-child(1) { + min-width: 25%; + flex-grow: 1; + } + &:nth-child(2) { + min-width: 30%; + flex-grow: 2; + } + &:nth-child(3) { + min-width: 45%; + flex-grow: 3; + } a { display: block;