https://gyazo.com/eb5c5741b6a9a16c692170a41a49c858.png
-

- 
-

- 
-

But anybody knows how to make them responsive? I applied both
width
andheight
in my profile's README and it works great on my desktop but looks so bad on my phone.Yes, I could just take out the
height
attribute but you actually need them both to avoid CLS -cumulative layout shift, which is why I added the attributes to begin with.