From 88a0c2ebf178eced59bfdfc132ebc84785ecaf14 Mon Sep 17 00:00:00 2001 From: hedy Date: Tue, 26 Mar 2024 09:57:03 +0800 Subject: Footer: Use text-only Bulma logo for automatic baseline alignment Don't mind me, just being a little overly excited with this one as this is my most ingenius idea yet! --- pydis_site/static/css/base/base.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pydis_site/static/css') diff --git a/pydis_site/static/css/base/base.css b/pydis_site/static/css/base/base.css index 89a69cc7..593c158b 100644 --- a/pydis_site/static/css/base/base.css +++ b/pydis_site/static/css/base/base.css @@ -114,11 +114,11 @@ main.site-content { } #bulma-logo { - padding-left: 18px; + padding-left: 8px; height: 20px; - background: url(https://bulma.io/assets/brand/Bulma%20Logo%20White.png) no-repeat center; - background-size: 60px; - background-position: 2px 4px; + background: url(https://bulma.io/assets/brand/Bulma%20Wordmark%20White.png) no-repeat center; + background-size: 47px; + background-position: center center; color: #00000000; } -- cgit v1.2.3