all repos — site @ d53de41e66c63e123c941a7f4190b700cff15e1b

source for my site, found at icyphox.sh

Set max-width for footer imgs
Anirudh Oppiliappan x@icyphox.sh
Fri, 13 Aug 2021 17:49:16 +0530
commit

d53de41e66c63e123c941a7f4190b700cff15e1b

parent

9d44dfdc280bc37d7f7bfda66ae7b1ef3443de9a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M static/style.cssstatic/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; }