diff options
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | src/app.scss | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 33dfbae..15e220a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.1.0", + "version": "0.1.1", "description": "My personal website, built with SvelteKit", "author": "pml68", "license": "GPL-3.0", diff --git a/src/app.scss b/src/app.scss index a130a86..43e76e1 100644 --- a/src/app.scss +++ b/src/app.scss @@ -18,8 +18,9 @@ body { color: #ccc; font-family: 'Space Mono', monospace; width: 100%; - overflow: hidden; font-size: clamp($font-min, $font-desired, $font-max); + position: fixed; + height: 100dvh; } .socials { |
