Skip to content

Commit

Permalink
Update footer font size
Browse files Browse the repository at this point in the history
  • Loading branch information
usmcamgrimm committed Jan 15, 2025
1 parent 0bca67b commit c8b0d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const FooterBar = styled.footer`
const FooterLink = styled.a`
color: #66add9;
font-family: grenze;
font-size: 1.25rem;
font-size: 1rem;
text-decoration: none;
:hover {
color: #ffffff;
Expand All @@ -27,7 +27,7 @@ export default function Footer() {
<p
style={{
fontFamily: 'grenze',
fontSize: '1.25rem',
fontSize: '1rem',
color: '#66add9',
margin: '0 auto'
}}
Expand Down

0 comments on commit c8b0d86

Please sign in to comment.