Add separator above h2 headings
This commit is contained in:
parent
dc12d046e0
commit
c43085122b
|
@ -16,6 +16,13 @@ a:focus {
|
||||||
|
|
||||||
@tailwind components;
|
@tailwind components;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
&:before {
|
||||||
|
content: '';
|
||||||
|
@apply w-12 block border-t-2 border-gray-600 mb-6
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
@apply font-serif text-lg leading-loose;
|
@apply font-serif text-lg leading-loose;
|
||||||
@screen md {
|
@screen md {
|
||||||
|
|
Loading…
Reference in a new issue