From 80f621d38b1b2b7bbf4a23772ad6720136034c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Sat, 4 Apr 2020 13:03:03 +0200 Subject: [PATCH] Locations: Fix container --- src/style/organisms/_locations.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/organisms/_locations.scss b/src/style/organisms/_locations.scss index eba8e8a..5ad9d9a 100644 --- a/src/style/organisms/_locations.scss +++ b/src/style/organisms/_locations.scss @@ -1,7 +1,8 @@ .browse { + width: 100%; margin-top: 72px; margin-bottom: 72px; - overflow-x: hidden; + overflow: hidden; @include breakpoint (sm) { margin-top: 120px;