simplify css with removal of unneeded stuff

This commit is contained in:
mik-tf 2024-11-22 20:27:17 -05:00
parent 3d0560dedf
commit 33f6b46972

View File

@ -51,7 +51,6 @@
/* Apply the Inter font globally */ /* Apply the Inter font globally */
body { body {
scroll-padding-top: 80px;
font-family: 'Inter', sans-serif; /* Set the global font */ font-family: 'Inter', sans-serif; /* Set the global font */
font-size: 18px; font-size: 18px;
} }