Skip to content

Commit

Permalink
Footer: Crop linode image to fit text and adjust horizontal padding
Browse files Browse the repository at this point in the history
This ensures no vertical positioning for this image is required because
the image is cropped to fit the text.
  • Loading branch information
hedyhli committed Mar 26, 2024
1 parent b4bb7a0 commit 9ea7c1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pydis_site/static/css/base/base.css
Expand Up @@ -89,9 +89,9 @@ main.site-content {

#linode-logo {
padding-left: 5px;
background: url(/static/images/sponsors_dark/linode_text.png) no-repeat;
background-size: 50px;
background-position: center -5px;
background: url(/static/images/sponsors_dark/linode_text.png) no-repeat center;
background-size: 49px;
background-position: 2px center;
color: #00000000;
}

Expand Down
Binary file modified pydis_site/static/images/sponsors_dark/linode_text.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9ea7c1b

Please sign in to comment.