Fix inline tailwind styles not being applied
This commit is contained in:
parent
5f74212603
commit
c8e405d93a
@ -32,14 +32,22 @@
|
||||
@apply pt-0;
|
||||
}
|
||||
|
||||
main p:not(:last-child) {
|
||||
main p {
|
||||
@apply mb-4 leading-6;
|
||||
}
|
||||
|
||||
main ul:not(:last-child) {
|
||||
main p:last-child {
|
||||
@apply mb-0;
|
||||
}
|
||||
|
||||
main ul {
|
||||
@apply mb-6;
|
||||
}
|
||||
|
||||
main ul:last-child {
|
||||
@apply mb-0;
|
||||
}
|
||||
|
||||
main ul li {
|
||||
@apply leading-6;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user