Skip to content

Commit

Permalink
Footer: Use text-only Bulma logo for automatic baseline alignment
Browse files Browse the repository at this point in the history
Don't mind me, just being a little overly excited with this one as this
is my most ingenius idea yet!
  • Loading branch information
hedyhli committed Mar 26, 2024
1 parent 9ea7c1b commit 88a0c2e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pydis_site/static/css/base/base.css
Expand Up @@ -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;
}

Expand Down

0 comments on commit 88a0c2e

Please sign in to comment.