Un-nest h2:before

This commit is contained in:
Oliver Davies 2019-03-28 08:44:24 +00:00
parent dd7b79f395
commit cee2a38161

View file

@ -16,11 +16,9 @@ a:focus {
@tailwind components; @tailwind components;
h2 { h2:before {
&:before { content: '';
content: ''; @apply w-10 block border-t-2 border-gray-600 mb-4
@apply w-12 block border-t-2 border-gray-600 mb-6
}
} }
.screen-reader-text { .screen-reader-text {