diff --git a/src/index.css b/src/index.css index accb784..60ac021 100644 --- a/src/index.css +++ b/src/index.css @@ -110,4 +110,17 @@ button:focus-visible { button { background-color: #f9f9f9; } +} + +/* Hero Title Mobile Responsive */ +@media (max-width: 768px) { + .hero-title { + font-size: 3rem !important; + } +} + +@media (max-width: 480px) { + .hero-title { + font-size: 2rem !important; + } } \ No newline at end of file