Browse Source

css form connexion

ouidade 1 year ago
parent
commit
82fc676d76

+ 1 - 0
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);

+ 1 - 1
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{