diff --git a/library-css/text.scss b/library-css/text.scss index 885e452..666d511 100644 --- a/library-css/text.scss +++ b/library-css/text.scss @@ -15,11 +15,11 @@ @media only screen and (max-width: 639px) { .uk-h1, h1 { - font-size: 45px !important; + font-size: 36px !important; } .uk-h2, h2 { - font-size: 36px !important; + font-size: 32px !important; } .uk-h3, h3 { @@ -27,11 +27,11 @@ } .uk-h4, h4 { - font-size: 24px !important; + font-size: 22px !important; } .uk-h5, h5 { - font-size: 22px !important; + font-size: 18px !important; } .uk-h6, h6 {