diff options
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 { |
