We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5026f3 commit 2384d6cCopy full SHA for 2384d6c
pydis_site/static/css/base/base.css
@@ -91,7 +91,7 @@ main.site-content {
91
background: url(https://static.djangoproject.com/img/logos/django-logo-negative.svg) no-repeat center;
92
filter: grayscale(1) invert(0.09);
93
background-size: 52px 25.5px;
94
- background-position: -1px -2px;
+ background-position: -2px -1px;
95
color: #00000000;
96
}
97
@@ -100,6 +100,7 @@ main.site-content {
100
height: 20px;
101
background: url(https://bulma.io/images/bulma-logo-white.png) no-repeat center;
102
background-size: 60px;
103
+ background-position: 0px 3px;
104
105
106
0 commit comments