From 1449a37d7a321e29d3fb3895209e49bd853c7711 Mon Sep 17 00:00:00 2001 From: Capelier-Marla Date: Tue, 24 Jan 2023 16:06:44 +0100 Subject: [PATCH] changed size values and names --- static/style.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/static/style.css b/static/style.css index 55ab37a..a74d3a8 100644 --- a/static/style.css +++ b/static/style.css @@ -21,12 +21,13 @@ --grey-dark: hsl(340, 2%, 63%); - --size-1: 2px; - --size-2: 4px; - --size-3: 8px; - --size-4: 12px; - --size-5: 24px; - --size-6: 48px; + --size-0: 1px; + --size-1: 3px; + --size-2: 5px; + --size-3: 10px; + --size-4: 16px; + --size-5: 26px; + --size-6: 52px; --border-radius: var(--size-4); --border: solid var(--size-1); /* don't forget to choose a color after */