From 7058123699375a2b2f98cecffbec8545aeae2891 Mon Sep 17 00:00:00 2001 From: = <=> Date: Tue, 4 May 2021 16:03:53 +0500 Subject: [PATCH] changes --- .../assets/css/components/2-layout/responsive.scss | 10 ++++++++-- themes/modern/assets/css/main.css | 8 ++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/themes/modern/assets/css/components/2-layout/responsive.scss b/themes/modern/assets/css/components/2-layout/responsive.scss index 1341501f4..88eb5012b 100755 --- a/themes/modern/assets/css/components/2-layout/responsive.scss +++ b/themes/modern/assets/css/components/2-layout/responsive.scss @@ -28,8 +28,6 @@ } } @include xlg-xxlg { - $h4-size: 14px; - $h4-height: 22px; .auto__container { max-width: 1040px; padding: 0 25px; @@ -48,6 +46,8 @@ span { overflow: hidden; text-overflow: ellipsis; + font-size: 14px; + line-height: 22px; } } } @@ -103,6 +103,8 @@ padding: 15px; &__link { max-height: 66px; + font-size: 14px; + line-height: 22px; } } .partner { @@ -126,9 +128,13 @@ &-body { &-para { height: 88px; + font-size: 14px; + line-height: 22px; } &-link { height: 44px; + font: 14px; + line-height: 22px; } } } diff --git a/themes/modern/assets/css/main.css b/themes/modern/assets/css/main.css index 226445305..1a63146da 100755 --- a/themes/modern/assets/css/main.css +++ b/themes/modern/assets/css/main.css @@ -1761,6 +1761,8 @@ li { .slider__nav a span { overflow: hidden; text-overflow: ellipsis; + font-size: 14px; + line-height: 22px; } .event__header { @@ -1805,6 +1807,8 @@ li { } .card__link { max-height: 66px; + font-size: 14px; + line-height: 22px; } .partner__title { @@ -1826,9 +1830,13 @@ li { } .heading__content-body-para { height: 88px; + font-size: 14px; + line-height: 22px; } .heading__content-body-link { height: 44px; + font: 14px; + line-height: 22px; } .heading a.progressive { height: 250px;