Open larzcaetano opened 3 years ago
Apparently, the generated SVG comes inside a div element, which is a flexbox. I am not being able to center it. Is there a way?
Assuming you already tried this, but have you tried applying align-items:center; and justify-content:center; as rules to the div?
align-items:center;
justify-content:center;
Apparently, the generated SVG comes inside a div element, which is a flexbox. I am not being able to center it. Is there a way?