From cff022f95dd1e98950b3583882e364dab56562c0 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 17 Dec 2020 18:27:29 +0000 Subject: [PATCH] smaller mobile command line button --- src/sass/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/sass/style.scss b/src/sass/style.scss index 9cfb935de..323aab848 100644 --- a/src/sass/style.scss +++ b/src/sass/style.scss @@ -2901,12 +2901,12 @@ key { #commandLineMobileButton { display: none; - top: -5rem; + top: -4rem; left: 0; position: absolute; - font-size: 1.5rem; - width: 4rem; - height: 4rem; + font-size: 1rem; + width: 3rem; + height: 3rem; text-align: center; line-height: 4rem; background: var(--main-color);