summaryrefslogtreecommitdiff
path: root/src/styles/index.css
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-05-18 19:47:24 -0400
committerMatt Kosarek <matt.kosarek@canonical.com>2026-05-18 19:47:24 -0400
commit0e72c3e98e0398fcc093fe941d0a523ee77517b2 (patch)
tree63048c65fb5d94ab720d7ad74a003c4360ac436e /src/styles/index.css
parentf1571970ee19973f0c219f8e56f829505c5d62cd (diff)
bugfix: resume typo
Diffstat (limited to 'src/styles/index.css')
-rw-r--r--src/styles/index.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/index.css b/src/styles/index.css
index 8f9901a..72a8b4f 100644
--- a/src/styles/index.css
+++ b/src/styles/index.css
@@ -44,7 +44,7 @@
body {
width: 60vw;
- height: calc(100vh - 2rem);
+ min-height: calc(100vh - 2rem);
font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 16px;
background-color: var(--bg);