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;
h2 {
&:before {
content: '';
@apply w-12 block border-t-2 border-gray-600 mb-6
}
h2:before {
content: '';
@apply w-10 block border-t-2 border-gray-600 mb-4
}
.screen-reader-text {