diff --git a/src/components/Elements/MainModal/scss/modules/_modalTabContent.scss b/src/components/Elements/MainModal/scss/modules/_modalTabContent.scss index 7f8efa61..38b6de53 100644 --- a/src/components/Elements/MainModal/scss/modules/_modalTabContent.scss +++ b/src/components/Elements/MainModal/scss/modules/_modalTabContent.scss @@ -8,7 +8,7 @@ } */ @include themed { - padding: 1rem 2rem 4rem; + padding: 1rem 2rem 5rem; display: flex; flex-direction: column; width: 100%; @@ -42,6 +42,10 @@ border-bottom: none; } + &:last-child { + margin-bottom: 2rem; + } + .content { display: flex; flex-flow: column;