From 7211405dcd2d0ce97dea5d84835504aa95474af9 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 20 Jun 2024 14:37:14 +0200 Subject: [PATCH] wait #6973 @0:02 --- wp-content/themes/CCV/dist/styles/app.css | 2 +- .../themes/CCV/resources/assets/styles/components/header.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 ed8d5f6d..4f53a69c 100644 --- a/wp-content/themes/CCV/dist/styles/app.css +++ b/wp-content/themes/CCV/dist/styles/app.css @@ -1817,7 +1817,7 @@ header.site { } .header-logo { - transform: scale(0.9); + width: 85%; } h1, diff --git a/wp-content/themes/CCV/resources/assets/styles/components/header.styl b/wp-content/themes/CCV/resources/assets/styles/components/header.styl index 5d1153ce..7c7e9c0f 100644 --- a/wp-content/themes/CCV/resources/assets/styles/components/header.styl +++ b/wp-content/themes/CCV/resources/assets/styles/components/header.styl @@ -30,4 +30,4 @@ header.site padding: 0.75em 1.6em .header-logo - transform: scale(.9) \ No newline at end of file + width: 85% \ No newline at end of file -- 2.39.5