Fix logo size
Anirudh Oppiliappan x@icyphox.sh
Mon, 14 Dec 2020 20:23:57 +0530
1 files changed,
8 insertions(+),
1 deletions(-)
jump to
M
static/style.css
→
static/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 {