From 0c21bfc9979b639cde1b92116a909ef67fe2c625 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Fri, 23 Sep 2022 22:47:56 +0200 Subject: [PATCH] Tweak style --- src/style/vars.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/vars.scss b/src/style/vars.scss index c01a982..bbd9c0d 100644 --- a/src/style/vars.scss +++ b/src/style/vars.scss @@ -1,7 +1,7 @@ @use 'mixins' as *; :root { - --transition-time: 150ms; + --transition-time: 200ms; --transition-time-long: 300ms; --line-width: 3px; --line-height: 18px; @@ -20,7 +20,7 @@ @include on-large-screen { :root { --border-radius: 15px; - --large-margin: 70px; + --large-margin: 80px; --normal-margin: 45px; --small-margin: 25px; --shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1), 0 0 1px rgba(0, 0, 0, 0.2);