diff --git a/packages/base/Resources/Private/PageView/Layouts/Default.html b/packages/base/Resources/Private/PageView/Layouts/Default.html index e31f03b..94aa3dd 100644 --- a/packages/base/Resources/Private/PageView/Layouts/Default.html +++ b/packages/base/Resources/Private/PageView/Layouts/Default.html @@ -13,12 +13,29 @@
diff --git a/packages/base/Resources/Public/Scss/components/_footer.scss b/packages/base/Resources/Public/Scss/components/_footer.scss index 94cb020..8302c32 100644 --- a/packages/base/Resources/Public/Scss/components/_footer.scss +++ b/packages/base/Resources/Public/Scss/components/_footer.scss @@ -1,16 +1,12 @@ .site-footer { font-size: 0.9rem; - .container { + > .container { background: var(--bs-light-green); border-top-left-radius: 2rem; border-top-right-radius: 2rem; } - &__top { - padding-bottom: 2rem; - } - &__grid { display: flex; flex-direction: column; @@ -19,6 +15,16 @@ &__left, &__right { flex: 1 1 100%; + display: flex; + flex-direction: column; + + > div { + margin-top: auto; + } + + .container { + padding: .5rem 1rem; + } } @media (min-width: 768px) {