From 8820f32259fd45144d6be9cd8f10b2fe4228914d Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Wed, 20 Jan 2021 19:20:12 +0100 Subject: [PATCH] style: Increase size of logo --- mpicms/static/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mpicms/static/css/custom.css b/mpicms/static/css/custom.css index 58fde1a..aa2ddd6 100644 --- a/mpicms/static/css/custom.css +++ b/mpicms/static/css/custom.css @@ -114,8 +114,8 @@ body { } .logo { - max-height: 5rem !important; - height: 5rem !important; + max-height: 7rem !important; + height: 7rem !important; } .title { @@ -124,7 +124,7 @@ body { .navbar { flex-wrap: wrap; - max-height: 13rem; + max-height: 15rem; } .navbar-bottom {