diff --git a/web/themes/custom/reha/css/reha.css b/web/themes/custom/reha/css/reha.css index 53be267..0393f14 100644 --- a/web/themes/custom/reha/css/reha.css +++ b/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; diff --git a/web/themes/custom/reha/scss/partials/_header.scss b/web/themes/custom/reha/scss/partials/_header.scss index fea3db8..7e6e3b5 100644 --- a/web/themes/custom/reha/scss/partials/_header.scss +++ b/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%; } } }