Also noticed the image you had wasn't responsive, but didn't want to submit too many PRs (I thnink it can be kinda stressful when someone starts submitting a bunch of stuff to your very new project).
But here is a .gif of replication!
To fix:
Add width: 100%; max-width: 497px; to the img selector in your css.
Hello again!
Also noticed the image you had wasn't responsive, but didn't want to submit too many PRs (I thnink it can be kinda stressful when someone starts submitting a bunch of stuff to your very new project).
But here is a .gif of replication!
To fix:
width: 100%; max-width: 497px;
to theimg
selector in your css.Happy to do this fix if you'd like me to :)