From 2acf4f3a94a5fb529e40a26c87c492b9ff9e56cf Mon Sep 17 00:00:00 2001 From: audrasjb <[audrasjb@gmail.com]> Date: Fri, 21 Dec 2018 12:00:48 +0100 Subject: [PATCH] Fix responsive behaviour to avoid to break mobile compatibility --- css/front.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/front.css b/css/front.css index d3619a3..1b6fae8 100644 --- a/css/front.css +++ b/css/front.css @@ -1,7 +1,6 @@ #cookie-notice { display: none; position: fixed; - min-width: 100%; height: auto; z-index: 100000; font-size: 13px;