From e6451ceb1ec8555476f46e0717248943aadaaa02 Mon Sep 17 00:00:00 2001 From: pml68 Date: Tue, 16 Jan 2024 18:27:43 +0100 Subject: feat: make max size for waves bigger --- src/app.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/app.scss b/src/app.scss index a8669f5..3f2f0a7 100644 --- a/src/app.scss +++ b/src/app.scss @@ -37,8 +37,8 @@ body { .wave { position: absolute; top: 0; - max-width: 100vw; - max-height: 100vh; + max-width: 140vw; + max-height: 140vh; } .wave1 { -- cgit v1.2.3