Files
2025-04-01 08:09:24 +02:00

7 lines
206 B
CSS

/* FIX per testo dentro SVG: https://www.fabiofranchino.com/blog/how-to-align-svg-text/ */
text {
text-anchor: middle;
/* align center */
dominant-baseline: middle;
/* vertical alignment fix */
}