From 53a97542ef8d5c9f387850a7c334c52e45d285e1 Mon Sep 17 00:00:00 2001 From: Fred <23246457+fredtempez@users.noreply.github.com> Date: Mon, 18 Mar 2019 22:26:55 +0100 Subject: [PATCH] Update common.css --- core/layout/common.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/core/layout/common.css b/core/layout/common.css index 73a45abc..1980f3e1 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -320,6 +320,9 @@ header { position: relative; margin:0; padding:0; + width: 100%; + max-width: 768px; + height: auto; } header span { @@ -1099,4 +1102,4 @@ th.col12 { } .colorOrange { color: #F39C12; -} \ No newline at end of file +}