From 65b9e3f1c6fe7b05c03e6c37dae436eef8cab1fd Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 9 Jul 2023 19:25:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(wide=20screen)=20remove=20unece?= =?UTF-8?q?ssary=20code=20for=20wider=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.css b/style.css index adc6fe6..313f77f 100644 --- a/style.css +++ b/style.css @@ -138,12 +138,9 @@ li { flex-wrap: wrap; } +/* Wide screen */ @media only screen and (min-width: 750px) { .pilars { flex-direction: row; } - - svg { - max-width: 30vw; - } }