Skip to content

Commit

Permalink
Fix footer positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldoylecs committed Dec 2, 2024
1 parent d76018d commit d2f6ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ main {
flex-direction: column;
flex-wrap: wrap;
justify-content: center;
align-items: center;
align-content: center;
}

Expand All @@ -46,6 +47,7 @@ footer a {
font-size: 0.8rem;
display: flex;
justify-content: center;
align-items: center;
align-content: center;
gap: 3px;
}
Expand Down
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function App() {
<footer>
<a href="https://github.com/michaeldoylecs" target="_blank">
<img src="github-mark.svg" width="20px" height="20px"></img>
Michael Doyle
<span>Michael Doyle</span>
</a>
</footer>
</div>
Expand Down

0 comments on commit d2f6ae3

Please sign in to comment.