add paddings to table with sponsors

This commit is contained in:
Kirill Zhuravlev 2023-02-15 00:13:56 +01:00 committed by Avelino
parent 9bb5084a96
commit ab3d9909a1
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -114,3 +114,7 @@ h1 > a img {
font-size: 9px; font-size: 9px;
line-height: 1; line-height: 1;
} }
td{
padding: 6px;
}