1
0
Fork 0
forked from github/pelican

feat: bigger font size on mobile

This commit is contained in:
Oliver Ladner 2025-01-13 15:39:43 +01:00
commit 914dc73320
2 changed files with 21 additions and 73 deletions

View file

@ -6,7 +6,7 @@
html {
/* text-lg == prose-lg */
/* text-xl == prose-xl */
@apply md:text-lg lg:text-xl font-texts text-rp-dawn-text dark:text-rp-moon-iris;
@apply text-lg md:text-lg lg:text-xl font-texts text-rp-dawn-text dark:text-rp-moon-iris;
}
text {
@apply text-rp-dawn-text dark:text-rp-moon-iris;