Only change lead paragraph size on medium screens
This commit is contained in:
parent
ac7c7f8650
commit
339a7a3b8c
|
@ -33,8 +33,10 @@ blockquote {
|
|||
@tailwind components;
|
||||
|
||||
p.lead {
|
||||
@screen md {
|
||||
@apply text-lg
|
||||
}
|
||||
}
|
||||
|
||||
.wrap {
|
||||
@apply w-full max-w-3xl mx-auto;
|
||||
|
|
Reference in a new issue