From 88b908b525139827fa02053e3c98f39c64e9ea9b Mon Sep 17 00:00:00 2001 From: Hippo Date: Sat, 28 Sep 2019 16:50:55 +0530 Subject: [PATCH] Resize homepage logo on narrow screens --- src/styles/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/app.css b/src/styles/app.css index 5544f20..fed0092 100644 --- a/src/styles/app.css +++ b/src/styles/app.css @@ -699,7 +699,7 @@ h6 { } .site-logo-home { - height: 6rem; + max-height: 6rem; margin: 1rem; }