From 82fc676d768ba4a34e9ef64bdbd488c0609ff3b1 Mon Sep 17 00:00:00 2001 From: ouidade Date: Tue, 28 Nov 2023 12:44:06 +0100 Subject: [PATCH] css form connexion --- web/themes/custom/reha/css/reha.css | 1 + web/themes/custom/reha/scss/partials/_header.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index f5a497a..3a52e52 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/web/themes/custom/reha/css/reha.css @@ -341,6 +341,7 @@ header { header .titre { display: inline-flex; font-weight: 800; + font-size: 1.8rem; position: relative; } header .titre ::after { content: url(../images/noun-cross-1151731.svg); diff --git a/web/themes/custom/reha/scss/partials/_header.scss b/web/themes/custom/reha/scss/partials/_header.scss index e82e270..132449e 100644 --- a/web/themes/custom/reha/scss/partials/_header.scss +++ b/web/themes/custom/reha/scss/partials/_header.scss @@ -224,7 +224,7 @@ header{ .titre{ display: inline-flex; font-weight: 800; - // font-size: 1.8rem; + font-size: 1.8rem; position: relative; // margin-top: 2rem; ::after{