Hero subtitle: smaller font on mobile
This commit is contained in:
parent
780abc7f63
commit
1f72b528d7
|
|
@ -122,7 +122,7 @@ export default function HeroSection() {
|
|||
|
||||
{/* Subtitle */}
|
||||
<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={{
|
||||
fontSize: 15,
|
||||
lineHeight: 1.8,
|
||||
|
|
|
|||
Loading…
Reference in New Issue