From 6f029e6b3c7264f22f02560195c9753d965e268c Mon Sep 17 00:00:00 2001 From: Tuan Date: Tue, 1 Oct 2024 17:17:02 +0700 Subject: [PATCH 1/2] Change the logo to --- static/style.css | 7 ++++++- templates/base.html | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/static/style.css b/static/style.css index 23514197..836bc144 100644 --- a/static/style.css +++ b/static/style.css @@ -220,7 +220,12 @@ nav #links svg { } nav #redlib { - vertical-align: -2px; + margin-right: 10px; +} + +nav #redlib img { + width: 38px; + vertical-align: middle; } figcaption { diff --git a/templates/base.html b/templates/base.html index bb11560d..c92794ab 100644 --- a/templates/base.html +++ b/templates/base.html @@ -38,7 +38,7 @@