diff options
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/lib/assets/css/projects.scss | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index a6efa7a..fccbfe4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.2.4", + "version": "0.2.5", "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 7c63181..fbc688c 100644 --- a/src/lib/assets/css/projects.scss +++ b/src/lib/assets/css/projects.scss @@ -36,6 +36,7 @@ $font-max: 32px; display: flex; flex-direction: column; justify-content: end; + z-index: 30; } .home { |
