From 2ca2c6dcdd5a37a490ab2619dc78bf0356e9bbe0 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Thu, 13 Jul 2023 00:49:50 +0200 Subject: [PATCH] less height for the svg to not expand too much the pilars --- index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.css b/index.css index 2e98ecf..1187524 100644 --- a/index.css +++ b/index.css @@ -63,7 +63,7 @@ li { .people-improvement svg { flex: 1; min-width: max(15vw, 200px); - max-width: 30vw; + max-width: 20vw; } .pilars {