diff options
author | 2024-03-26 09:57:03 +0800 | |
---|---|---|
committer | 2024-03-26 09:57:03 +0800 | |
commit | 88a0c2ebf178eced59bfdfc132ebc84785ecaf14 (patch) | |
tree | ae83c66e9d3960b1cff94a40ebe06b5d1ab8c6f9 /pydis_site/static | |
parent | Footer: Crop linode image to fit text and adjust horizontal padding (diff) |
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!
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/base/base.css | 8 |
1 files changed, 4 insertions, 4 deletions
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; } |