From 5b4a8d677a33082014dbc8a3f37a3c99a9a34d99 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Tue, 15 Dec 2020 14:46:40 +0000 Subject: [PATCH] [Library | Trunk]: Add css class number-size git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60135 d315682c-612b-4755-9ff5-7f18f6832af3 --- library-css/text.scss | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/library-css/text.scss b/library-css/text.scss index 666d511..ae9d99d 100644 --- a/library-css/text.scss +++ b/library-css/text.scss @@ -37,6 +37,14 @@ .uk-h6, h6 { font-size: 18px !important; } + + .number { + font-size: 32px; + } + + .number-size { + font-size: 27px; + } } .uk-h1, h1 { @@ -73,8 +81,6 @@ font-size: 41px; } -@media only screen and (max-width: 639px) { - .number { - font-size: 32px; - } +.number-size { + font-size: 36px; }