diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-01-16 18:27:43 +0100 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-01-16 18:27:43 +0100 |
| commit | e6451ceb1ec8555476f46e0717248943aadaaa02 (patch) | |
| tree | c9396a44c9569aa4393c5d28919fec9cb8c5637f /src | |
| parent | feat: remove test square, add waves for the top corners (diff) | |
| download | pml68.dev-e6451ceb1ec8555476f46e0717248943aadaaa02.tar.gz | |
feat: make max size for waves bigger
Diffstat (limited to 'src')
| -rw-r--r-- | src/app.scss | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |
