From 11b2b78cc7dc5a1d3a886dd3d1173a913bd585c6 Mon Sep 17 00:00:00 2001 From: Samuel Philipp Date: Sat, 10 Apr 2021 02:46:01 +0000 Subject: [PATCH] Changed logo size on mobile --- src/scss/main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scss/main.scss b/src/scss/main.scss index a126aee..ebbac55 100644 --- a/src/scss/main.scss +++ b/src/scss/main.scss @@ -267,8 +267,8 @@ pre { @media (max-width: 767.98px) { .logo { - max-width: 64px; - max-height: 64px; + max-width: 96px; + max-height: 96px; } .fa-4x { font-size: 2em; @@ -287,4 +287,4 @@ pre { width: 2em; height: 2em; } -} +} \ No newline at end of file