Add another fix
This commit is contained in:
parent
30ad02dae2
commit
1d759b9272
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue