From 9388df20b11665babf9cc5e3a9123ddaeb7d010e Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Mon, 30 Nov 2020 17:34:04 +0000 Subject: [PATCH] [Library | Trunk]: Change headings rules for mobile git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59994 d315682c-612b-4755-9ff5-7f18f6832af3 --- library-css/text.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 {