From 33f6b469726deb374c207d45470369dbeea21d33 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Fri, 22 Nov 2024 20:27:17 -0500 Subject: [PATCH] simplify css with removal of unneeded stuff --- docs_website/src/css/custom.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs_website/src/css/custom.css b/docs_website/src/css/custom.css index 3a87371..b878d8d 100644 --- a/docs_website/src/css/custom.css +++ b/docs_website/src/css/custom.css @@ -51,7 +51,6 @@ /* Apply the Inter font globally */ body { - scroll-padding-top: 80px; font-family: 'Inter', sans-serif; /* Set the global font */ font-size: 18px; }