From 2ba83613d8b9f07949de5ea74cb62c1b79dfd296 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Thu, 23 Feb 2023 12:50:17 +0100 Subject: [PATCH] Fix menu icon size --- sass/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index e0a15de..f320437 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -145,7 +145,8 @@ body.noscroll { height: 2rem; width: 2rem; background-image: url("/static/menu-closed.svg"); - background-size: cover; + background-size: contain; + background-position: center; background-repeat: no-repeat; &.open {