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; }