umami
umami copied to clipboard
Do we want img tag to be inline-block as default or go block to remove the 6px margin bottom?
I'm going to guess adding line-height: 0;
to the img
will fix that bottom margin.
Not sure about the line-height
solution (first time I hear it), but I wouldn't go for display: block/inline-block
as default.