1
0
Fork 0
forked from github/pelican

fix: headings hierarchy, font sizes, optimize sizes for breakpoints

This commit is contained in:
Oliver Ladner 2024-12-19 23:22:34 +01:00
commit 49ea09bbbe
9 changed files with 298 additions and 215 deletions

View file

@ -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;
}
}