Adjust font size using @screen

This commit is contained in:
Oliver Davies 2019-03-18 13:43:44 +00:00
parent 148eeb0328
commit 7fcab1a956

View file

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