From 1098ba0c3858193fc6ce4ae5aafae64a38b4d1b8 Mon Sep 17 00:00:00 2001 From: futile Date: Thu, 23 Jul 2026 07:12:20 +0100 Subject: [PATCH] home: test css improvement --- home/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/home/style.css b/home/style.css index 60c300f..475c1f1 100644 --- a/home/style.css +++ b/home/style.css @@ -6,11 +6,14 @@ } } -body { - height: 100vh; +html { background: url("assets/clouds.png"), linear-gradient(180deg, hwb(230 20% 0%) 0%, hwb(230 90% 0%) 110%); background-repeat: no-repeat; background-size: cover, cover; +} + +body { + height: 100dvh; padding: 20px; }