Hero subtitle: smaller font on mobile
This commit is contained in:
parent
780abc7f63
commit
1f72b528d7
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue