6 lines
208 B
Plaintext
6 lines
208 B
Plaintext
|
|
/* FIX per tyesto dentro SVG: https://www.fabiofranchino.com/blog/how-to-align-svg-text/ */
|
|
text {
|
|
text-anchor: middle; /* align center */
|
|
dominant-baseline: middle; /* vertical alignment fix */
|
|
} |