Un-nest h2:before
This commit is contained in:
parent
dd7b79f395
commit
cee2a38161
1 changed files with 3 additions and 5 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue