From 672068c92048b793e7fc3fa360d2d49e46476728 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Fri, 30 Aug 2019 10:48:39 +0300 Subject: [PATCH] Update logo placement on website --- src/docs/styles/_layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/docs/styles/_layout.scss b/src/docs/styles/_layout.scss index 0c1313e68..2f6852267 100644 --- a/src/docs/styles/_layout.scss +++ b/src/docs/styles/_layout.scss @@ -111,6 +111,10 @@ img.website-logo { bottom: -7px; z-index: 3; } + @media screen and (min-width: $layout-large-breakpoint) { + left: calc(0rem - (100vw - 768px) / 2 + 62px); + width: calc(100vw - 62px); + } } .splash-container { max-width: 64rem;