Browse Source

Correction Exposant

Tibo 4 years ago
parent
commit
308c6c87c4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/css/styles_de_caracteres.scss

+ 1 - 1
src/css/styles_de_caracteres.scss

@@ -27,7 +27,7 @@
 [data-note]::after {
 	position: absolute;
 	content: counter(footnote);
-	transform: translateY(-3px);
+	transform: translate(1px,-5px);
 	font-family: "TextaAlt";
 	font-size: 6pt;
 }