Removed unused imports

This commit is contained in:
2026-02-21 20:05:04 +05:30
parent 5062133524
commit 857c889cb1
8 changed files with 183 additions and 38 deletions

View File

@@ -45,6 +45,11 @@ body {
animation-play-state: paused;
}
.animate-marquee-slow {
animation: marquee 30s linear infinite;
width: max-content;
}
/* Smooth scrolling */
html {
scroll-behavior: smooth;