@@ -26,12 +26,13 @@
[data-note]::after {
- position: absolute;
+// position: absolute;
content: counter(footnote);
- transform: translate(1px, -5px );
-
+ //transform: translate(1px, -5px );
font-family: "TextaAlt";
- font-size: 6pt;
+ font-size: 7pt;
+ vertical-align: super;
+ padding-left: 0.1em;
}