From 5a188cd9944ea94e626c7fbbf19101c231938bb2 Mon Sep 17 00:00:00 2001 From: Nathan Chapman Date: Sat, 8 Jun 2019 11:45:34 -0700 Subject: [PATCH] Resize logo --- styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/index.css b/styles/index.css index 014b8d4..be5f800 100644 --- a/styles/index.css +++ b/styles/index.css @@ -162,7 +162,7 @@ img { } .logo { - height: 2.5em; + max-height: 2.5em; margin-bottom: 22px; }