diff --git a/app/assets/stylesheets/components/base.css b/app/assets/stylesheets/components/base.css index 6824786..a9e082e 100644 --- a/app/assets/stylesheets/components/base.css +++ b/app/assets/stylesheets/components/base.css @@ -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; }