From 9578082f11a0d0bd0948ac8518ac42756389ce03 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Thu, 6 Dec 2018 08:45:27 +0300 Subject: [PATCH] fix --- src/App.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.scss b/src/App.scss index 23f049b856..2af75f7ab0 100644 --- a/src/App.scss +++ b/src/App.scss @@ -242,13 +242,13 @@ nav { margin-right: .5em; align-items: stretch; - justify-content: center; + justify-content: flex-start; flex: 0 0 auto; z-index: -1; .mask { mask-repeat: no-repeat; - mask-position: center; + mask-position: left center; mask-size: contain; background-color: $fallback--fg; background-color: var(--fg, $fallback--fg);