From c1c67944f8f3b31e227a138b5964f00740db8c1f Mon Sep 17 00:00:00 2001 From: Moris Zen Date: Thu, 30 Aug 2018 14:42:27 +0200 Subject: [PATCH] Logo design tweak --- src/styles/general.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/styles/general.css b/src/styles/general.css index eacb0f8..1f776e4 100644 --- a/src/styles/general.css +++ b/src/styles/general.css @@ -133,7 +133,12 @@ body { .saburly-logo { max-height: 22px; - margin-bottom: -0.4rem; +} + +@media (min-width: 992px) { + .saburly-logo { + max-height: 30px; + } } .saburly-overlay-shadow {