From 9637e053c3779db7f24ea66d2738892bdd00d012 Mon Sep 17 00:00:00 2001 From: welpo Date: Tue, 7 Feb 2023 20:02:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20change=20switcher=20mar?= =?UTF-8?q?gin=20and=20width/height=20to=20rem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_theme-switch.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sass/parts/_theme-switch.scss b/sass/parts/_theme-switch.scss index 7569405..0f5be7e 100644 --- a/sass/parts/_theme-switch.scss +++ b/sass/parts/_theme-switch.scss @@ -1,14 +1,14 @@ .theme-switcher { align-self: center; - margin-left: 5px; - width: 20px; - height: 20px; + margin-left: 0.5rem; + width: 1rem; + height: 1rem; position: relative; cursor: pointer; .switch { - height: 20px; - width: 20px; + width: 1rem; + height: 1rem; position: absolute; // top: -30px; left: 0px;