From 2004865b0c43faf37ad0ca964e7972346717ae29 Mon Sep 17 00:00:00 2001 From: candifloss Date: Thu, 12 Dec 2024 09:25:06 +0530 Subject: [PATCH] css fix --- scss/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/index.scss b/scss/index.scss index ff2abce..a294e57 100644 --- a/scss/index.scss +++ b/scss/index.scss @@ -8,7 +8,7 @@ } // This is sometimes required on some browsers. -title, script { +head, script { display: none; }