feat: initialize global CSS with Tailwind configuration and custom typography styles
This commit is contained in:
parent
6cea6fe48b
commit
25ca078e86
|
|
@ -25,23 +25,23 @@ body {
|
|||
}
|
||||
|
||||
.content h2 {
|
||||
font-size: 22px;
|
||||
font-size: 21px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 100%;
|
||||
line-height: 130%;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.content h3 {
|
||||
font-size: 19px;
|
||||
font-size: 18px;
|
||||
margin-bottom: 10px;
|
||||
line-height: 100%;
|
||||
line-height: 130%;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.content h1 {
|
||||
font-size: 32px;
|
||||
margin-bottom: 30px;
|
||||
line-height: 150%;
|
||||
line-height: 120%;
|
||||
font-weight: 700;
|
||||
text-align: left;
|
||||
font-family: var(--font-secondary);
|
||||
|
|
|
|||
Loading…
Reference in New Issue