From: soufiane Date: Thu, 20 Jun 2024 12:37:14 +0000 (+0200) Subject: wait #6973 @0:02 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7211405dcd2d0ce97dea5d84835504aa95474af9;p=spinepro.git wait #6973 @0:02 --- 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