pull/8731/head
Puru Vijay 2 years ago
parent ad849cc795
commit fbd1d0a3b9

@ -21,6 +21,13 @@
.hero { .hero {
position: relative; position: relative;
background: radial-gradient(circle at 40% 30%, rgb(235, 243, 249), rgb(214, 222, 228)); background: radial-gradient(circle at 40% 30%, rgb(235, 243, 249), rgb(214, 222, 228));
height: 40vh;
}
.hero :global(picture img) {
width: 240%;
transform: translateX(-26%);
} }
.logotype { .logotype {
@ -44,6 +51,15 @@
max-width: 12em; max-width: 12em;
top: 30%; top: 30%;
} }
.hero {
height: 42vh;
}
.hero :global(picture img) {
width: 220%;
transform: translateX(-26%);
}
} }
@media (min-width: 800px) { @media (min-width: 800px) {
@ -64,6 +80,15 @@
strong { strong {
left: calc(var(--sk-page-padding-side) + 8rem); left: calc(var(--sk-page-padding-side) + 8rem);
} }
.hero {
height: 44vh;
}
.hero :global(picture img) {
width: 160%;
transform: translateX(-14%);
}
} }
@media (min-width: 1200px) { @media (min-width: 1200px) {
@ -71,6 +96,15 @@
.logotype { .logotype {
left: calc(50% - 56rem + var(--sk-page-padding-side)); left: calc(50% - 56rem + var(--sk-page-padding-side));
} }
.hero {
height: 45vh;
}
.hero :global(picture img) {
width: 120%;
transform: translateX(-10%);
}
} }
:global(body.dark) .hero { :global(body.dark) .hero {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

Loading…
Cancel
Save