diff --git a/client/src/layouts/SimpleLayout.vue b/client/src/layouts/SimpleLayout.vue index 2b5dd509..d74c8bfe 100644 --- a/client/src/layouts/SimpleLayout.vue +++ b/client/src/layouts/SimpleLayout.vue @@ -92,6 +92,9 @@ display:flex; justify-content:end; + margin-right: $small-spacing; + margin-top: $small-spacing; + @include desktop { grid-column: 3; grid-row: 1;