6 lines
49 B
CSS
6 lines
49 B
CSS
|
p.lead {
|
||
|
@screen md {
|
||
|
@apply text-lg
|
||
|
}
|
||
|
}
|