forked from github/pelican
feat: bigger font size on mobile
This commit is contained in:
parent
310fab5496
commit
914dc73320
2 changed files with 21 additions and 73 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue