Merge pull request #4551 from consul/responsive_font_size
Increase font size on extra large screens
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
@include normal-selection;
|
||||
}
|
||||
|
||||
html {
|
||||
font-size: calc(0.25em + Max(0.75em, 0.75vw));
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user