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 5e7265a commit 9dcb846Copy full SHA for 9dcb846
resources/sponsors/nubank.svg
resources/style.css
@@ -258,9 +258,8 @@ table.schedule tr td {
258
padding: 4px;
259
}
260
261
-.sponsors img.whitebg {
262
- background: white;
263
- border-radius: 5px;
264
- padding: 4px;
+.sponsors img.nubank {
265
height: 30px;
+ padding-top: 0;
+ padding-bottom: 0;
266
templates/index.html
@@ -26,7 +26,7 @@ <h3>Sponsored by</h3>
26
<img src="/sponsors/juxt.svg" alt="Juxt">
27
</a>
28
<a href="https://www.nubank.com.br/" title="Nubank">
29
- <img class="whitebg" src="/sponsors/nubank.svg" alt="Nubank">
+ <img class="nubank" src="/sponsors/nubank.svg" alt="Nubank">
30
31
</div>
32
0 commit comments