all repos — site @ f86191aa78419f39e21eb36bd6ec69675f16fbf9

source for my site, found at icyphox.sh

Logo max-{height,width}
Anirudh Oppiliappan x@icyphox.sh
Sun, 19 Dec 2021 15:10:07 +0530
commit

f86191aa78419f39e21eb36bd6ec69675f16fbf9

parent

1d6441a51b560bc565c1ffd4c19a7e8fd17a41d9

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

jump to
M static/style.cssstatic/style.css

@@ -46,7 +46,8 @@ padding: 20px 0 15px 0;

} .logo img { - height: 40px; + max-height: 2.5rem; + max-width: 2.5rem; vertical-align: middle; transform: translateY(-5%); }