forked from github/pelican
fix: headings hierarchy, font sizes, optimize sizes for breakpoints
This commit is contained in:
parent
6c0f3cbd58
commit
49ea09bbbe
9 changed files with 298 additions and 215 deletions
|
|
@ -26,16 +26,16 @@
|
|||
@apply font-headings text-rp-dawn-text dark:text-rp-moon-love;
|
||||
}
|
||||
h1 {
|
||||
@apply text-7xl mb-9;
|
||||
@apply text-5xl md:text-7xl mb-9;
|
||||
}
|
||||
h2 {
|
||||
@apply text-5xl mb-9;
|
||||
@apply text-4xl md:text-5xl mb-9;
|
||||
}
|
||||
h3 {
|
||||
@apply text-4xl;
|
||||
@apply text-3xl md:text-4xl;
|
||||
}
|
||||
h4 {
|
||||
@apply text-3xl;
|
||||
@apply md:text-3xl;
|
||||
}
|
||||
h5 {
|
||||
@apply text-2xl;
|
||||
|
|
@ -47,7 +47,7 @@
|
|||
@apply drop-shadow-lg;
|
||||
}
|
||||
dd {
|
||||
@apply ml-24;
|
||||
@apply ml-12 md:ml-24;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue