Skip to content

Commit

Permalink
Fix centering issue in index
Browse files Browse the repository at this point in the history
  • Loading branch information
kubgus committed Jun 13, 2024
1 parent 4a87d9e commit 8e88669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const title = "Jakub Gustafik";
justify-content: start;
gap: 1rem;

padding: 1rem 1rem 1rem 0;
padding: 1rem 0;
}

@media (max-width: 1200px) {
Expand Down

0 comments on commit 8e88669

Please sign in to comment.