diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index ddeac01..87e1c40 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -6320,12 +6320,15 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel flex-direction: row; width: 40%; align-items: center; + justify-content: flex-end; } #header-top .region-header-top-rigth #block-eql-identitedusite { text-transform: uppercase; font-family: "Source Code Pro"; color: rgb(9, 57, 139) !important; - font-size: 1.2rem; + font-size: 1rem; + text-align: end; + width: 30%; } #header-top .region-header-top-rigth #block-eql-identitedusite :visited { color: rgb(9, 57, 139) !important; diff --git a/web/themes/custom/eql/scss/partials/_header.scss b/web/themes/custom/eql/scss/partials/_header.scss index 7caf42c..3c2627d 100644 --- a/web/themes/custom/eql/scss/partials/_header.scss +++ b/web/themes/custom/eql/scss/partials/_header.scss @@ -59,13 +59,16 @@ flex-direction: row; width: 40%; align-items: center; + justify-content: flex-end; #block-eql-identitedusite{ text-transform: uppercase; font-family: "Source Code Pro"; color: $blue-dark !important; - font-size: 1.2rem; + font-size: 1rem; + text-align: end; + width: 30%; :visited { color: $blue-dark !important; }