Consolidate some styles
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-02-24 17:24:59 -06:00
parent 5751c0338a
commit ca940ec35d
13 changed files with 30 additions and 37 deletions

View File

@@ -18,4 +18,12 @@
h3 {
@apply text-xl mb-6;
}
main section {
@apply pt-8 sm:pt-12;
}
main section:first-of-type {
@apply pt-0;
}
}