From 0e72c3e98e0398fcc093fe941d0a523ee77517b2 Mon Sep 17 00:00:00 2001 From: Matt Kosarek Date: Mon, 18 May 2026 19:47:24 -0400 Subject: bugfix: resume typo --- src/styles/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/styles') 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); -- cgit v1.2.1