diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2026-05-18 19:47:24 -0400 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2026-05-18 19:47:24 -0400 |
| commit | 0e72c3e98e0398fcc093fe941d0a523ee77517b2 (patch) | |
| tree | 63048c65fb5d94ab720d7ad74a003c4360ac436e /src/styles | |
| parent | f1571970ee19973f0c219f8e56f829505c5d62cd (diff) | |
bugfix: resume typo
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/index.css | 2 |
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); |
