diff --git a/app/static/css/header.css b/app/static/css/header.css index a52181a..9604ad1 100644 --- a/app/static/css/header.css +++ b/app/static/css/header.css @@ -17,8 +17,8 @@ header { font: 22px/36px Futura, Arial, sans-serif; padding-left: 5px; display: flex; - justify-content: center; - align-items: center; + justify-content: start; + align-items: stretch; } .logo-div {