From c2a9bd44ee519b42bfa046443dba6b8c146eac1f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 12 Feb 2025 20:56:29 -0800 Subject: [PATCH] make the height be 100vh --- local.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/local.css b/local.css index f545483..df32ce6 100644 --- a/local.css +++ b/local.css @@ -2,6 +2,8 @@ @import url("/fonts/liberationserif/stylesheet.css"); +html, body { height: 100vh;} + body { background: #bbb; /* background-image: url("http://laureldon.us/pictures/.cache/1600x1200-laurel_and_don_at_disneyland.jpg"); -- 2.39.5