fix max-width

This commit is contained in:
2023-01-05 12:00:08 +02:00
parent 4bcf15092b
commit 7bacd2f669
4 changed files with 28 additions and 24 deletions

View File

@@ -85,7 +85,7 @@ img[src*="#fig"] {
@layer components {
h1 {
@apply text-3xl lg:text-5xl xl:text-7xl font-bold leading-none my-4;
@apply text-3xl lg:text-5xl xl:text-7xl font-bold leading-4 my-4;
font-family: "lato", sans-serif;
line-height: 0.9;
@@ -94,16 +94,16 @@ img[src*="#fig"] {
@apply font-medium;
}
h2 {
@apply text-3xl md:text-4xl lg:text-5xl xl:text-7xl font-bold leading-none my-4;
@apply text-3xl md:text-5xl lg:text-7xl font-bold leading-4 my-4;
font-family: "lato", sans-serif;
line-height: 0.9;
}
h2 strong {
@apply font-medium;
}
h3 {
@apply text-xl lg:text-4xl font-normal my-4;
@apply text-xl lg:text-3xl font-normal my-4;
}
h3 strong {
@apply font-medium;