diff --git a/frontend/src/components/FooterSponsors/FooterSponsors.jsx b/frontend/src/components/FooterSponsors/FooterSponsors.jsx index 1f7669a..e47aeab 100644 --- a/frontend/src/components/FooterSponsors/FooterSponsors.jsx +++ b/frontend/src/components/FooterSponsors/FooterSponsors.jsx @@ -80,7 +80,7 @@ const FooterSponsors = (props) => { Plone thrives because of organizations that believe in secure, independent, and open technology. We are deeply grateful to our Platinum Sponsors for their visionary support in sustaining the - world's most secure CMS. Join them in shaping the future of digital + world's most secure CMS. Join in shaping the future of digital freedom.

diff --git a/frontend/theme/extras/site/components/layout/footer.less b/frontend/theme/extras/site/components/layout/footer.less index e639970..518dbdc 100644 --- a/frontend/theme/extras/site/components/layout/footer.less +++ b/frontend/theme/extras/site/components/layout/footer.less @@ -1,6 +1,6 @@ #footer { padding: 2rem 0 0 0; - margin: 1rem 0 0 0; + margin: 10rem 0 0 0; background-color: @footerLightGrey; box-shadow: 0px 5px 7px 5px rgba(119, 119, 119, 0.1); font-family: @headerFontName;