Skip to content

Commit

Permalink
Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedijkstra committed Dec 6, 2023
1 parent c1e1185 commit 3001788
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Content/Content.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
align-items: center;
background-color: var(--background-color);
color: var(--text-color);
padding: 30px;
padding: 30px 20px;
}

@media (min-width: 1024px) {
Expand Down
4 changes: 2 additions & 2 deletions src/components/Resume/Resume.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
background: linear-gradient(transparent, var(--background-color));
height: 80px;
position: absolute;
left: -40px;
right: -40px;
left: -37px;
right: 0;
bottom: 0;
}

Expand Down

0 comments on commit 3001788

Please sign in to comment.