Set max-width for footer imgs
Anirudh Oppiliappan x@icyphox.sh
Fri, 13 Aug 2021 17:49:16 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/style.css
@@ -51,10 +51,10 @@ }
.footer img { max-height: 2.5rem; + max-width: 2.5rem; display: inline-block; vertical-align: middle; image-orientation: from-image; - max-width: 100%; padding: 0 0 5px 5px; cursor: pointer; }