From 8b2f0e12ea2ca04b68d870b1ed582544ac3eb7d0 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..24abe6e 100644 --- a/mpicms/static/css/custom.css +++ b/mpicms/static/css/custom.css @@ -1,4 +1,4 @@ -html, body { +/html, body { font-family: "Merriweather Sans", sans-serif; /* font-family: "Merriweather", serif; */ /* font-family: 'Open Sans', serif; */ @@ -114,8 +114,8 @@ body { } .logo { - max-height: 5rem !important; - height: 5rem !important; + max-height: 7rem !important; + height: 7rem !important; } .title {