From 361016c74498508928d00333eeeac9c6125f58ab Mon Sep 17 00:00:00 2001 From: ouidade Date: Thu, 10 Oct 2024 11:05:58 +0200 Subject: [PATCH] responsive header --- web/themes/custom/eql/dist/assets/css/bundle.css | 3 ++- web/themes/custom/eql/scss/partials/_header.scss | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index ead4d06..f202991 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5583,6 +5583,7 @@ a { scroll-margin: 8rem; } #header-top .region-header-top-left { + width: 80vw; display: flex; flex-direction: row; padding: 1rem; @@ -5647,7 +5648,7 @@ a { background-color: rgb(255, 255, 255); padding-bottom: 0.8rem; max-width: inherit; - width: 220px; + width: 25%; align-items: center; height: 20px; } diff --git a/web/themes/custom/eql/scss/partials/_header.scss b/web/themes/custom/eql/scss/partials/_header.scss index 8a40d75..c2a3758 100644 --- a/web/themes/custom/eql/scss/partials/_header.scss +++ b/web/themes/custom/eql/scss/partials/_header.scss @@ -35,7 +35,8 @@ // logo + menu déroulant - .region-header-top-left { + .region-header-top-left { + width: 80vw; display:flex; flex-direction: row; padding: 1rem; @@ -110,7 +111,7 @@ background-color: $white; padding-bottom: 0.8rem; max-width: inherit; - width: 220px; + width: 25%; align-items: center; // padding-left: 1rem; height: 20px;