Not sure why but the icons on the front page is extremely small on mobile.
I assume the size of these svgs are controlled by this css rule
.pages img {
max-height: 2em;
}
I suggest specifying the max width and height with the rem values, since it would result in much better looking.
However some svgs that are vertically or horizontally long will look squished with this. (Hugo icon is good example)
Not sure why but the icons on the front page is extremely small on mobile.
I assume the size of these svgs are controlled by this css rule
I suggest specifying the max width and height with the
rem
values, since it would result in much better looking. However some svgs that are vertically or horizontally long will look squished with this. (Hugo icon is good example)