7 lines
207 B
CSS
7 lines
207 B
CSS
/* 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 */
|
|
} |