diff --git a/static/style.css b/static/style.css index c8631fa..1f7b576 100644 --- a/static/style.css +++ b/static/style.css @@ -8,7 +8,7 @@ html, body{ } body * { color: #cdd6f4; - font-family: 'Atkinson Hyperlegible', 'Roboto Mono' Arial, sans-serif; + font-family: 'Atkinson Hyperlegible', 'Roboto Mono', Arial, sans-serif; } .page { display: flex; @@ -79,7 +79,7 @@ body * { #particles-js { z-index: -1; - position: absolute; + position: fixed; width: 100%; height: 100%; background-color: #1e1e2e;