all repos — site @ 2551126786681235d5487e9571129fa3caac85bd

source for my site, found at icyphox.sh

Fix logo size
Anirudh Oppiliappan x@icyphox.sh
Mon, 14 Dec 2020 20:23:57 +0530
commit

2551126786681235d5487e9571129fa3caac85bd

parent

5996f53fe32548a5715cb76b46b66386c8d73a4c

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

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

@@ -175,6 +175,9 @@ grid-column: 9 / 13;

grid-row: 1; } + .logo { + width: 10% !important; + } .sep { display: hidden; }

@@ -210,6 +213,10 @@ padding-left: 10%;

grid-row: 1; } + .logo { + width: 10% !important; + } + html { font-size: 20px; }

@@ -247,7 +254,7 @@ }

} .logo { - width: 10%; + width: 14%; } footer {