feat: updated some sections

This commit is contained in:
poyrazavsever
2026-07-14 15:48:06 +03:00
parent db3b6930e5
commit 30204be512
12 changed files with 214 additions and 101 deletions
+10
View File
@@ -3,6 +3,16 @@
@source "../node_modules/poyraz-ui/dist";
@theme {
--font-secondary: "Nunito", ui-rounded, "Avenir Next", system-ui, sans-serif;
}
@layer base {
:root {
--poyraz-font-secondary: "Nunito", ui-rounded, "Avenir Next", system-ui, sans-serif;
}
}
@layer utilities {
@keyframes marquee {
0% { transform: translateX(0%); }