We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63488d7 commit 14a1ed2Copy full SHA for 14a1ed2
stubbornjava-webapp/ui/src/common/common.scss
@@ -71,6 +71,23 @@ h6 {
71
}
72
73
74
+.anchored-md {
75
+ h1,
76
+ h2,
77
+ h3,
78
+ h4,
79
+ h5,
80
+ h6 {
81
+ &:before {
82
+ display: block;
83
+ content: " ";
84
+ margin-top: -70px;
85
+ height: 70px;
86
+ visibility: hidden;
87
+ }
88
89
+}
90
+
91
.inline-block {
92
display: inline-block;
93
0 commit comments