Skip to content

Commit

Permalink
fix: align content in the center for desktop layout
Browse files Browse the repository at this point in the history
  • Loading branch information
pml68 committed Jan 20, 2024
1 parent b6caa06 commit 3cbc62e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.2.1",
"version": "0.2.2",
"description": "My personal website, built with SvelteKit",
"author": "pml68",
"license": "GPL-3.0",
Expand Down
2 changes: 2 additions & 0 deletions src/lib/assets/css/projects.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $font-max: 32px;
align-items: center;
justify-items: center;
overflow: auto;
align-content: center;
-ms-overflow-style: none;
scrollbar-width: none;
}
Expand Down Expand Up @@ -52,6 +53,7 @@ $font-max: 32px;
.project-container {
grid-template-columns: minmax(90vw, 1fr);
padding: 0 5vw;
align-content: normal;
}
}

Expand Down

0 comments on commit 3cbc62e

Please sign in to comment.