aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json2
-rw-r--r--src/lib/assets/css/projects.scss1
2 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 39a1def..0889ec3 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "website",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "My personal website, built with SvelteKit",
"author": "pml68",
"license": "GPL-3.0",
diff --git a/src/lib/assets/css/projects.scss b/src/lib/assets/css/projects.scss
index 10fd9d7..5298701 100644
--- a/src/lib/assets/css/projects.scss
+++ b/src/lib/assets/css/projects.scss
@@ -10,7 +10,6 @@ $font-max: 32px;
align-items: center;
justify-items: center;
overflow: auto;
- align-content: center;
-ms-overflow-style: none;
scrollbar-width: none;
}