Tweak style

This commit is contained in:
Andras Schmelczer 2022-09-23 22:47:56 +02:00
parent fb3786f703
commit 0c21bfc997
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E

View file

@ -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);