diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-01-20 19:59:10 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-01-20 19:59:10 +0100 |
| commit | 9820014f4a94863e80c89bbc9d2f9f44e7742500 (patch) | |
| tree | 9d116d62f2b2c8126adfa3da6e8f6d86ccf93b0f | |
| parent | feat: make project list smaller, to leave room for the corners (diff) | |
| download | pml68.dev-9820014f4a94863e80c89bbc9d2f9f44e7742500.tar.gz | |
fix: overflowing related issues
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/lib/assets/css/projects.scss | 1 |
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; } |
