Update logo placement on website

This commit is contained in:
Angelos Chalaris
2019-08-30 10:48:39 +03:00
parent 5f7a7ea2d8
commit 672068c920

View File

@ -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;