From b4e458ffb3d1102d0f471d827ae1fba01b7e96f8 Mon Sep 17 00:00:00 2001 From: Christian Cueni Date: Thu, 22 Jul 2021 07:20:27 +0200 Subject: [PATCH] Allow hello illustration only to be 300px wide --- client/src/layouts/SplitLayout.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/layouts/SplitLayout.vue b/client/src/layouts/SplitLayout.vue index 7e4b7212..047fb821 100644 --- a/client/src/layouts/SplitLayout.vue +++ b/client/src/layouts/SplitLayout.vue @@ -67,7 +67,12 @@ &--top { align-self: start; - margin-top: $large-spacing; + margin-top: 2*$large-spacing; + } + + & > svg { + max-width: 300px; + max-height: 400px; } @include desktop {