Only change lead paragraph size on medium screens
This commit is contained in:
parent
ac7c7f8650
commit
339a7a3b8c
|
@ -33,7 +33,9 @@ blockquote {
|
|||
@tailwind components;
|
||||
|
||||
p.lead {
|
||||
@apply text-lg
|
||||
@screen md {
|
||||
@apply text-lg
|
||||
}
|
||||
}
|
||||
|
||||
.wrap {
|
||||
|
|
Reference in a new issue