Fix text not centered
This commit is contained in:
parent
6f45e07fee
commit
0fd354fc1f
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ text {
|
|||
stroke-linecap: butt;
|
||||
stroke-linejoin: miter;
|
||||
stroke-opacity: 1;
|
||||
transform: translateX(-50%);
|
||||
transform-box: fill-box;
|
||||
}
|
||||
|
||||
@keyframes fadein {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue