The typing symbol is too small in typed.js. How do I adjust this?
I couldn't find any options that change the size/scale of the typing symbol
Also here is the typed code. Kindly adjust the code accordingly if you know the answer
var typed = new Typed('#typing', {
strings: ['Programmer', 'Game Developer', 'Web Developer', 'Gamer', 'Designer'],
typeSpeed: 100,
loop: true,
backSpeed: 100,
});

You can style the
typed-cursorclass to give it the samefont-sizeas the typing element.