From 76090f6656caae7ecb6e566cf5b8b4586736b1cc Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 3 Jan 2021 15:08:24 +0100 Subject: [PATCH] Reduce margin around light switch --- blog/sass/css/edition-3/main.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/sass/css/edition-3/main.scss b/blog/sass/css/edition-3/main.scss index d4622ed2..01ab035c 100644 --- a/blog/sass/css/edition-3/main.scss +++ b/blog/sass/css/edition-3/main.scss @@ -1013,8 +1013,8 @@ a strong { .light-switch { position: fixed; - left: 2rem; - bottom: 2rem; + left: 1rem; + bottom: 1rem; background-repeat: no-repeat; width: 2rem; height: 2rem;