Take a back old typography component
This commit is contained in:
parent
79fd9489c6
commit
8db8378a21
@ -1,38 +1,38 @@
|
|||||||
h1,
|
h1,
|
||||||
.h1 {
|
.h1 {
|
||||||
font-size: 40px;
|
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
|
font-size: 40px;
|
||||||
@apply font-bold text-black dark:text-white;
|
@apply font-bold text-black dark:text-white;
|
||||||
}
|
}
|
||||||
h2,
|
h2,
|
||||||
.h2 {
|
.h2 {
|
||||||
font-size: 36px;
|
font-size: 32px;
|
||||||
line-height: 42px;
|
|
||||||
@apply font-bold text-black dark:text-white;
|
@apply font-bold text-black dark:text-white;
|
||||||
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
h3,
|
h3,
|
||||||
.h3 {
|
.h3 {
|
||||||
font-size: 32px;
|
font-size: 28px;
|
||||||
line-height: 40px;
|
|
||||||
@apply font-bold text-black dark:text-white;
|
@apply font-bold text-black dark:text-white;
|
||||||
|
line-height: 40px;
|
||||||
}
|
}
|
||||||
h4,
|
h4,
|
||||||
.h4 {
|
.h4 {
|
||||||
font-size: 28px;
|
font-size: 24px;
|
||||||
line-height: 40px;
|
|
||||||
@apply font-bold text-black dark:text-white;
|
@apply font-bold text-black dark:text-white;
|
||||||
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
h5,
|
h5,
|
||||||
.h5 {
|
.h5 {
|
||||||
font-size: 24px;
|
font-size: 20px;
|
||||||
line-height: 32px;
|
|
||||||
@apply font-bold text-black dark:text-white;
|
@apply font-bold text-black dark:text-white;
|
||||||
|
line-height: 28px;
|
||||||
}
|
}
|
||||||
h6,
|
h6,
|
||||||
.h6 {
|
.h6 {
|
||||||
font-size: 20px;
|
font-size: 16px;
|
||||||
line-height: 28px;
|
|
||||||
@apply font-bold text-black dark:text-white;
|
@apply font-bold text-black dark:text-white;
|
||||||
|
line-height: 24px;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
line-height: 24px;
|
line-height: 24px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user