From 1b896193f412dfd88911ad773d65e32c5cb1ed38 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 26 Sep 2024 10:51:04 +0200 Subject: [PATCH] wait #7070 --- wp-content/themes/CCV/dist/styles/app.css | 2 +- .../CCV/resources/assets/styles/widgets/header-slideshow.styl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/CCV/dist/styles/app.css b/wp-content/themes/CCV/dist/styles/app.css index 70a00bbb..733d8f64 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -3050,7 +3050,7 @@ h4, color: rgba(246, 245, 245, var(--text-opacity)); position: relative; padding-left: 38px; - font-width: 100; + font-weight: 100; } .header-slideshow-body li:before { diff --git a/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl b/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl index 378c9f3e..50fd8c40 100644 --- a/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl +++ b/wp-content/themes/CCV/resources/assets/styles/widgets/header-slideshow.styl @@ -154,7 +154,7 @@ $title_bg = rgba(#031236, 0.84) @apply pb-8 text-light position: relative padding-left: 38px - font-width: 100 + font-weight: 100 &:before content: "" -- 2.39.5