diff --git a/web/themes/custom/reha/dist/css/bundle.css b/web/themes/custom/reha/dist/css/bundle.css index 947ba6e..0dc1abe 100644 --- a/web/themes/custom/reha/dist/css/bundle.css +++ b/web/themes/custom/reha/dist/css/bundle.css @@ -424,7 +424,7 @@ header .region-header #block-reha-connexionutilisateur .connexion .connexion-ful } } header .region-header #block-reha-connexionutilisateur .connexion .connexion-full .titre { - width: 100%; + width: 90%; position: relative; } header .region-header #block-reha-connexionutilisateur .connexion .connexion-full .titre ::after { diff --git a/web/themes/custom/reha/scss/partials/_header.scss b/web/themes/custom/reha/scss/partials/_header.scss index 0f6eb8c..c190c3e 100644 --- a/web/themes/custom/reha/scss/partials/_header.scss +++ b/web/themes/custom/reha/scss/partials/_header.scss @@ -167,7 +167,7 @@ header{ } .titre{ - width: 100%; + width: 90%; position: relative; ::after{ position: relative;