From 6859aa1640bb10acff92dbc4a10ba82669f3f8c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Mon, 6 Apr 2020 18:09:34 +0200 Subject: [PATCH] Viewer: Fix overflow and top part margins --- src/style/pages/_viewer.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style/pages/_viewer.scss b/src/style/pages/_viewer.scss index 04abbf4..be257c5 100644 --- a/src/style/pages/_viewer.scss +++ b/src/style/pages/_viewer.scss @@ -4,10 +4,10 @@ height: 100vh; min-height: 560px; padding-top: 16px; + overflow-x: hidden; @include breakpoint (sm) { width: 100%; - height: 100vh; display: flex; flex-direction: column; justify-content: space-between; @@ -28,9 +28,9 @@ flex-flow: row wrap; @include breakpoint (sm) { - // position: static; justify-content: center; - margin-bottom: 24px; + margin-top: 24px; + margin-bottom: 48px; } // Tip message