fix random icons

pull/79/head
justcool393 2022-12-15 16:13:40 -06:00 committed by geese_suck
parent 19a27f0393
commit e0a97bf508
Signed by: geese_suck
GPG Key ID: 4D09E4B0A7264746
1 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,10 @@
<style>
img#header--icon {
background-image: url({{banner_img}}) no-repeat;
padding-left: 33px;
background-image: url({{banner_img}});
background-size: cover;
width: 44px;
padding-left: 44px;
}
</style> {# there's gotta be a better way than this but whatever -jc #}