Adjust font size using @screen
This commit is contained in:
parent
148eeb0328
commit
7fcab1a956
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ a:focus {
|
|||
@tailwind components;
|
||||
|
||||
.content {
|
||||
@apply font-serif text-xl leading-loose;
|
||||
@apply font-serif text-lg leading-loose;
|
||||
@screen md {
|
||||
@apply text-xl
|
||||
}
|
||||
|
||||
h2 {
|
||||
@apply text-2xl font-bold mt-8 -mb-5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue