Merge pull request #4551 from consul/responsive_font_size

Increase font size on extra large screens
This commit is contained in:
Javi Martín
2021-06-21 16:11:48 +02:00
committed by GitHub

View File

@@ -33,6 +33,10 @@
@include normal-selection;
}
html {
font-size: calc(0.25em + Max(0.75em, 0.75vw));
}
html,
body {
height: 100%;