From d9b18cdb9e12efc4e681c90fb7b8240af65ac1a4 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 8 Apr 2020 04:29:13 -0600 Subject: [PATCH] update css with new canvas id --- scss/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/index.scss b/scss/index.scss index 2d33259..9a5ade5 100644 --- a/scss/index.scss +++ b/scss/index.scss @@ -5,7 +5,7 @@ import partials */ @import 'reset'; -#canvas1 { +#particles { position: fixed; top: 0; left: 0;