From a059fc1812c836513258d959cead44a1e4343c17 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Fri, 7 Jul 2023 01:49:04 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20change=20color?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 +- style.css | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e24f592..bc4589f 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - TPS + Interactive Thinking People System diff --git a/style.css b/style.css index 3ce6f27..1447c73 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ @import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap"); :root { - --background-color: #dff9fb; + --background-color: #b2f1ad; --customer-height: 180px; } @@ -75,8 +75,7 @@ main { } .people-improvement svg { - min-width: 30vh; - max-width: 50vh; + min-width: 20vw; width: 100%; } @@ -134,6 +133,10 @@ li { .pilars { flex-direction: row; } + + svg { + max-width: 30vw; + } } /* SVG */