diff --git a/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss b/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss index 7819f72673580c433e2e42f55ca6b2bd1a343f39..50f5790cac4a87f3e3efa30a3efccc635abf6c54 100644 --- a/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss +++ b/src/app/profile/structure-edition-summary/structure-edition-summary.component.scss @@ -21,9 +21,8 @@ border: 1px solid $grey-6; box-sizing: border-box; margin: 1rem auto; - padding: 2rem; max-width: 980px; - height: calc(100% - $header-height - $footer-height); + height: calc(100vh - $header-height - $footer-height - 2rem); //2rem are needed because of 1rem margin display: flex; flex-direction: column; justify-content: space-between; @@ -32,7 +31,7 @@ height: 90%; overflow-y: scroll; overflow-x: hidden; - padding-right: 5px; + padding: 2rem; p { margin: 0; @@ -171,6 +170,7 @@ justify-content: center; gap: 24px; padding-top: 1rem; + padding-bottom: 8px; } } }