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