Skip to content

Commit

Permalink
chore: hide footer bottom row on small devices
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Dec 20, 2024
1 parent c465d5d commit 971a189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer/Component.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const Footer = (props) => {
</div>
</div>
</div>
<div className="row justify-content-center mb-0">
<div className="row justify-content-center mb-0 hide-small">
<div className="col-auto mb-0">
<p className="mb-1">
Source code:{' '}
Expand Down

0 comments on commit 971a189

Please sign in to comment.