Only change lead paragraph size on medium screens

This commit is contained in:
Oliver Davies 2019-05-31 13:19:20 +01:00
parent ac7c7f8650
commit 339a7a3b8c

View file

@ -33,8 +33,10 @@ blockquote {
@tailwind components;
p.lead {
@screen md {
@apply text-lg
}
}
.wrap {
@apply w-full max-w-3xl mx-auto;