Add top margin to h3 within content
This commit is contained in:
parent
252b0f1792
commit
c7a21c7a69
@ -32,6 +32,10 @@
|
||||
@apply pt-8 sm:pt-12;
|
||||
}
|
||||
|
||||
main section h3:not(:first-child) {
|
||||
@apply mt-8;
|
||||
}
|
||||
|
||||
main section:first-of-type {
|
||||
@apply pt-0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user