We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8760b9e commit 01cbc19Copy full SHA for 01cbc19
1 file changed
libs/css/page.css
@@ -47,10 +47,10 @@
47
48
tr td:empty
49
{background:lightgray}
50
- h3:has(+ h3)
51
- {margin-bottom:8px}
52
- h3 + h3
53
- {margin-top:5px}
+ h3:has(+ h4)
+ {margin-bottom:8px !important}
+ h3 + h4
+ {margin-top:5px !important}
54
55
.icon
56
{border:1px solid gray;border-radius:3px;box-sizing:border-box;width:30px;height:30px;cursor:pointer}
0 commit comments