Skip to content

Commit 2384d6c

Browse files
committed
Shift footer images slightly to be better in line
1 parent d5026f3 commit 2384d6c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pydis_site/static/css/base/base.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ main.site-content {
9191
background: url(https://static.djangoproject.com/img/logos/django-logo-negative.svg) no-repeat center;
9292
filter: grayscale(1) invert(0.09);
9393
background-size: 52px 25.5px;
94-
background-position: -1px -2px;
94+
background-position: -2px -1px;
9595
color: #00000000;
9696
}
9797

@@ -100,6 +100,7 @@ main.site-content {
100100
height: 20px;
101101
background: url(https://bulma.io/images/bulma-logo-white.png) no-repeat center;
102102
background-size: 60px;
103+
background-position: 0px 3px;
103104
color: #00000000;
104105
}
105106

0 commit comments

Comments
 (0)