Skip to content

Commit

Permalink
fix: add max-width to maintain layout consistency in resume section
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjmoran committed Mar 1, 2025
1 parent 1aee447 commit 9977e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@
@extend %flex-row;
justify-content: space-between;
width: 100%;
max-width: var(--max-content-width);
margin-top: 50px;
gap: 50px;
& ul {
Expand All @@ -453,6 +454,7 @@
#resume .download {
@extend %flex-row;
width: 100%;
max-width: var(--max-content-width);
margin-top: 25px;
justify-content: right;
& a {
Expand Down

0 comments on commit 9977e33

Please sign in to comment.