Allow hello illustration only to be 300px wide
This commit is contained in:
parent
075f894d07
commit
b4e458ffb3
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue