Skip to content

Commit

Permalink
fix: footer incorrect margin
Browse files Browse the repository at this point in the history
The footer has too much elements that on tablet mode creates an
horizontal scroll.

fixes #14
  • Loading branch information
igobranco committed Dec 6, 2024
1 parent 7e5ad77 commit 7d5c36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class SiteFooter extends React.Component {
role="contentinfo"
>
<section className="footer-navigation">
<div className="container d-md-flex justify-content-between py-3">
<div className="container-xl d-xl-flex justify-content-between py-3">
<div className="footer-navigation__brand d-flex flex-column justify-content-between px-4">
<a
className="d-block"
Expand Down

0 comments on commit 7d5c36e

Please sign in to comment.