Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/src/components/FooterSponsors/FooterSponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</p>

Expand Down
2 changes: 1 addition & 1 deletion frontend/theme/extras/site/components/layout/footer.less
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
Loading