Add separator above h2 headings

This commit is contained in:
Oliver Davies 2019-03-22 23:49:42 +00:00
parent dc12d046e0
commit c43085122b

View file

@ -16,6 +16,13 @@ a:focus {
@tailwind components;
h2 {
&:before {
content: '';
@apply w-12 block border-t-2 border-gray-600 mb-6
}
}
.content {
@apply font-serif text-lg leading-loose;
@screen md {