diff --git a/src/components/FloatingNav.tsx b/src/components/FloatingNav.tsx
index 10236fa..234b359 100644
--- a/src/components/FloatingNav.tsx
+++ b/src/components/FloatingNav.tsx
@@ -28,7 +28,7 @@ export function FloatingNav() {
return (
scrollToSection(link.id)}
className={`
- relative font-secondary text-[13px] font-medium py-1.5 px-3.5 rounded-full
+ relative font-secondary text-[11px] xs:text-[13px] font-medium py-1.5 px-2.5 xs:px-3.5 rounded-full
transition-colors duration-300 ease-out whitespace-nowrap
${isActive
? 'text-teal font-semibold'
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index d438ea6..fdbef29 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -7,7 +7,7 @@ const Footer: React.FC = () => {
whileInView={{ opacity: 1, y: 0 }}
viewport={{ once: true, margin: '-50px' }}
transition={{ duration: 0.5, ease: 'easeOut' }}
- className="text-center pt-12 pb-8 border-t border-slate-200"
+ className="text-center pt-8 xs:pt-12 pb-6 xs:pb-8 border-t border-slate-200"
>