fix max-width
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user