Fix text not centered

This commit is contained in:
Siklos 2022-08-05 10:37:39 +02:00
parent 6f45e07fee
commit 0fd354fc1f

View file

@ -14,6 +14,8 @@ text {
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-opacity: 1;
transform: translateX(-50%);
transform-box: fill-box;
}
@keyframes fadein {