How to add a logo to minima theme?

Thanks chuckhoupt,

It looks good with:

.site-title::before {
content: url("/assets/LogoRaro.jpg");
display: inline-block;
position: relative;
width: 5px;
top: 10px;

}

I understand that this should not be help about CSS, but now the image is eating part of the text. If you can help me with it, others might find it helpful too and fix the whole problem in one shot.

Note (for others non-programmers) that when the image is too big, one easy way to fix it is to reduce the size of the image to let’s say 32pxx32px as I did.