contact display

This commit is contained in:
2023-11-23 16:16:24 +01:00
parent 69afe1f2d9
commit c324114457
2 changed files with 5 additions and 1 deletions
+2
View File
@@ -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;
@@ -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%;
}
}
}