Only change lead paragraph size on medium screens
This commit is contained in:
parent
ac7c7f8650
commit
339a7a3b8c
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ blockquote {
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
|
|
||||||
p.lead {
|
p.lead {
|
||||||
@apply text-lg
|
@screen md {
|
||||||
|
@apply text-lg
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue