This commit is contained in:
@@ -75,12 +75,12 @@
|
||||
}
|
||||
|
||||
/* Enhanced Mobile-first typography hierarchy with fluid sizing */
|
||||
h1 { @apply text-3xl md:text-6xl lg:text-7xl xl:text-8xl leading-[1.1]; }
|
||||
h2 { @apply text-2xl md:text-5xl lg:text-6xl leading-[1.2]; }
|
||||
h3 { @apply text-xl md:text-3xl lg:text-4xl leading-[1.3]; }
|
||||
h4 { @apply text-lg md:text-2xl leading-[1.4]; }
|
||||
h5 { @apply text-base md:text-xl leading-[1.5]; }
|
||||
h6 { @apply text-sm md:text-lg leading-[1.6]; }
|
||||
h1 { @apply text-3xl md:text-5xl lg:text-6xl leading-[1.1]; }
|
||||
h2 { @apply text-2xl md:text-4xl lg:text-5xl leading-[1.2]; }
|
||||
h3 { @apply text-xl md:text-2xl lg:text-3xl leading-[1.3]; }
|
||||
h4 { @apply text-lg md:text-xl lg:text-2xl leading-[1.4]; }
|
||||
h5 { @apply text-base md:text-lg leading-[1.5]; }
|
||||
h6 { @apply text-sm md:text-base leading-[1.6]; }
|
||||
|
||||
/* Paragraph and text styles */
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user