diff --git a/app/static/css/header.css b/app/static/css/header.css index 9b82aaa..1eb7851 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -14,12 +14,9 @@ header { } .mobile-logo { - font: 22px/36px Futura, Arial, sans-serif; - display: flex; - justify-content: center; - align-items: center; - padding-left: 30px; - width: 50%; + display: block; + justify-content: left; + align-items: left; } .logo-div {