From 2203cb0f9047b3ff615b0a875f4938879849e4a7 Mon Sep 17 00:00:00 2001 From: Bauke Date: Mon, 11 Nov 2019 13:14:29 +0100 Subject: [PATCH] Refactor: Use pixels instead of vw to space flash messages --- source/scss/_utilities.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/scss/_utilities.scss b/source/scss/_utilities.scss index b75e1c4..2ec4f70 100644 --- a/source/scss/_utilities.scss +++ b/source/scss/_utilities.scss @@ -20,16 +20,16 @@ $extra-large-breakpoint: 1800px; background-color: $background; color: $foreground; border: 0.25rem solid $blue; - bottom: 1vw; + bottom: 20px; display: flex; justify-content: center; - margin-left: 1vw; + left: 20px; overflow: hidden; opacity: 0; padding: 1rem; position: fixed; transition: opacity 0.5s; - width: 30vw; + width: 350px; &:hover { cursor: pointer;