Allow hello illustration only to be 300px wide

This commit is contained in:
Christian Cueni 2021-07-22 07:20:27 +02:00
parent 075f894d07
commit b4e458ffb3
1 changed files with 6 additions and 1 deletions

View File

@ -67,7 +67,12 @@
&--top { &--top {
align-self: start; align-self: start;
margin-top: $large-spacing; margin-top: 2*$large-spacing;
}
& > svg {
max-width: 300px;
max-height: 400px;
} }
@include desktop { @include desktop {