Skip to content

Commit

Permalink
add visual spacing in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
gilmaimon committed Jul 27, 2024
1 parent 170ff34 commit 883c1e0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions client/src/components/common/footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@
text-align: center;
}

.spacing {
padding-top: 5px;
}

.contactLink {
color: white;
opacity: 90%;
text-decoration: none;
font-size: 1rem;
}
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/common/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function Footer (props) {
<a href="/" className="homeLink">
ArduBadge
</a>
<br/>
<div className="spacing"/>
<a href="https://github.com/gilmaimon" className="contactLink">
Gil Maimon &lt;[email protected]&gt;
</a>
Expand Down

0 comments on commit 883c1e0

Please sign in to comment.