Merge pull request #3 from MatissJurevics/cursor/hero-title-mobile-size-6292

Hero title mobile size
This commit is contained in:
Matiss Jurevics
2025-12-17 18:49:16 +00:00
committed by GitHub

View File

@@ -111,3 +111,16 @@ button:focus-visible {
background-color: #f9f9f9; 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;
}
}