From c4741804bceac6f5f3ea06f9041c5b4fde7a3d7d Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Fri, 13 Mar 2020 15:30:23 +0100 Subject: Fix margins/widths with top-menu and main-col on small screens --- client/src/app/app.component.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'client/src/app/app.component.scss') diff --git a/client/src/app/app.component.scss b/client/src/app/app.component.scss index d9dace16b..f1b49a1e2 100644 --- a/client/src/app/app.component.scss +++ b/client/src/app/app.component.scss @@ -8,6 +8,7 @@ .sub-header-container { margin-top: $header-height; background-color: var(--mainBackgroundColor); + width: 100%; } .header { -- cgit v1.2.3