mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
8ccdb1e2f201975d9ee59ecdf276815b071d2a63
parent
8f3eca494b49b475d8fde23aa3ac89f0d1c66709
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-26 10:28
fix: use flow-relative units for font-size

Diffstat

M sass/fontsize.scss 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/sass/fontsize.scss b/sass/fontsize.scss

@@ -1,5 +1,5 @@
    1     1 html {
    2    -1     font-size: 2.5vw;
   -1     2     font-size: 2.5vi;
    3     3 
    4     4     @media (min-width: ($font-size-max * 40)) {
    5     5         font-size: $font-size-max;