From d0aa94f2ed22112f6faeeeb9e0ccb5e9ed0a41fb Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Mon, 15 Mar 2021 18:26:02 -0400 Subject: [PATCH] fix(css): logo widths --- public/css/base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/css/base.css b/public/css/base.css index d845c11..8a5a620 100644 --- a/public/css/base.css +++ b/public/css/base.css @@ -38,6 +38,9 @@ em { float: left; width: 25%; } +.logo { + width: 100%; +} /* breakpoints at 850px and 475px */ @media screen and (max-width: 850px) {