DEV: fixes linting (#20748)

Followup to 54eaae4326
This commit is contained in:
Joffrey JAFFEUX
2023-03-20 21:59:27 +01:00
committed by GitHub
parent 54eaae4326
commit c37dd63ac3

View File

@@ -31,7 +31,9 @@
.footer-nav-ipad & {
top: calc(var(--header-offset) + var(--footer-nav-height));
height: calc(100vh - var(--header-offset, 0px) - var(--footer-nav-height, 0px));
height: calc(
100vh - var(--header-offset, 0px) - var(--footer-nav-height, 0px)
);
}
height: calc(100vh - var(--header-offset, 0px));
align-self: start;