all repos — site @ 3ea1e51a27d8bf911ebffb51a3c897a58ac8996c

source for my site, found at icyphox.sh

Reduce logo size on smaller screens

Signed-off-by: Anirudh <icyph0x@pm.me>
Anirudh icyph0x@pm.me
Sun, 11 Nov 2018 14:39:52 +0530
commit

3ea1e51a27d8bf911ebffb51a3c897a58ac8996c

parent

a95c5fef1057e809a9f80bd5f37038781e46530b

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

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

@@ -156,4 +156,8 @@ .content {

left: 15%; width: 70%; } + + .logo { + width: 180px; + } }