From 59fbcfd8becd4ce90f47e3862c4f51a1bfab5144 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Sun, 20 Feb 2022 19:40:35 +0000 Subject: [PATCH] Fix build warning --- src/scss/_notifications.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/_notifications.scss b/src/scss/_notifications.scss index f7f2f40..03af7d3 100644 --- a/src/scss/_notifications.scss +++ b/src/scss/_notifications.scss @@ -54,7 +54,7 @@ content: ''; position: fixed; bottom: 0; - lefT: 0; + left: 0; right: 0; display: block; height: 10rem;