From 81a21dea569588c6a606666e16f6bab8663811e9 Mon Sep 17 00:00:00 2001 From: Ehab-hassan Date: Mon, 16 Aug 2021 13:06:00 +0000 Subject: [PATCH] update size --- src/assets/scss/main.scss | 6 +++++ src/components/custom/Slider.vue | 4 ++-- .../custom/sections/CallToAction.vue | 10 ++++----- .../sections/cta-sections/BrandPanel.vue | 4 ++-- .../sections/cta-sections/Header.vue | 10 ++++----- .../sections/cta-sections/NewCard.vue | 22 +++++++------------ .../team-sections/with_large_images.vue | 4 ++-- 7 files changed, 30 insertions(+), 30 deletions(-) diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 68313866f..b6e4c7a33 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -173,6 +173,12 @@ button:focus { font-family: "Roboto", sans-serif !important; } +.text-9xl { + font-size: 8rem; + line-height: 1; + +} + text-6xl { font-family: "Roboto", sans-serif !important; } diff --git a/src/components/custom/Slider.vue b/src/components/custom/Slider.vue index e935dfb98..730f8d559 100644 --- a/src/components/custom/Slider.vue +++ b/src/components/custom/Slider.vue @@ -1,8 +1,8 @@