Browse Source

contact display

ouidade 1 year ago
parent
commit
c324114457

+ 2 - 0
web/themes/custom/reha/css/reha.css

@@ -223,6 +223,8 @@ header {
           box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
           clip-path: inset(0px -10px -10px -10px); }
           header div #block-reha-config-pages .config_pages--contact--full .field--type-text-long .field__item {
+            display: flex;
+            flex-direction: column;
             padding: 5% 10% 5% 5%; }
   header .bouton {
     align-self: flex-end;

+ 3 - 1
web/themes/custom/reha/scss/partials/_header.scss

@@ -98,7 +98,9 @@ header{
                     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
                     clip-path: inset(0px -10px -10px -10px);
                     .field__item{
-                          padding: 5% 10% 5% 5%;
+                        display: flex;
+                        flex-direction: column;
+                        padding: 5% 10% 5% 5%;
                     }
                 } 
             }