Add another fix

This commit is contained in:
Ramon Wenger 2022-04-20 19:01:56 +02:00
parent 30ad02dae2
commit 1d759b9272
2 changed files with 11 additions and 1 deletions

View File

@ -356,6 +356,12 @@
'content' 'content'
'footer'; 'footer';
@media (-webkit-min-device-pixel-ratio: 1.25) {
grid-template-rows: 80vh auto;
height: auto;
}
&__heading { &__heading {
@include heading-1; @include heading-1;
} }

View File

@ -1,5 +1,9 @@
@media (-webkit-min-device-pixel-ratio: 1.45) { @media (-webkit-min-device-pixel-ratio: 1.25) {
nav > * {
transform: scale(0.8);
}
footer > * { footer > * {
transform: scale(0.8); transform: scale(0.8);
} }
} }