diff --git a/styles/globals.css b/styles/globals.css index 0b671af4..fafd097d 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -149,7 +149,8 @@ nav { .fireworks{ position: fixed; -left: 0; -top: 0; -z-index: 11; -pointer-events: none;} \ No newline at end of file + left: 0; + top: 0; + z-index: 11; + pointer-events: none; +} \ No newline at end of file