diff --git a/src/ui/layout/PageLayout.scss b/src/ui/layout/PageLayout.scss index 88912598..2ac0f748 100644 --- a/src/ui/layout/PageLayout.scss +++ b/src/ui/layout/PageLayout.scss @@ -127,7 +127,7 @@ @include screen.gt-mobile { position: sticky; z-index: 1000; - top: 20px; + top: vars.$space-xl; } } @@ -140,7 +140,7 @@ z-index: 999; top: 0; left: 0; - width: calc(100% - 20px); + width: calc(100% - #{vars.$space-xl}); height: 25px; background-color: colors.$blue-dark; background-image: url("/assets/img/background.jpg");