From eaeea865ec4ce950fa4b4fe38e55ed01c4c2043e Mon Sep 17 00:00:00 2001 From: VnPower Date: Sat, 26 Aug 2023 18:54:38 +0700 Subject: [PATCH] Remove empty CSS ruleset --- template/css/style.css | 1 + template/css/style.scss | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/template/css/style.css b/template/css/style.css index 32bedf3..b1274d3 100644 --- a/template/css/style.css +++ b/template/css/style.css @@ -47,6 +47,7 @@ body { margin: 0; display: inline-block; } + .navbar { margin-left: 2rem; margin-right: 2rem; diff --git a/template/css/style.scss b/template/css/style.scss index 39cd1dd..2d07b6a 100644 --- a/template/css/style.scss +++ b/template/css/style.scss @@ -65,8 +65,6 @@ body { margin: 0; display: inline-block; } - .link { - } } .navbar {