Hero subtitle: smaller font on mobile

This commit is contained in:
alireza 2026-06-01 11:25:11 +03:30
parent 780abc7f63
commit 1f72b528d7
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export default function HeroSection() {
{/* Subtitle */} {/* Subtitle */}
<p <p
className="max-md:!border-0 max-md:!px-0" className="max-md:!border-0 max-md:!px-0 max-md:!text-[12px] max-md:!leading-relaxed"
style={{ style={{
fontSize: 15, fontSize: 15,
lineHeight: 1.8, lineHeight: 1.8,