Skip to content

Commit 9dcb846

Browse files
committed
Update Nubank logo
1 parent 5e7265a commit 9dcb846

File tree

3 files changed

+51
-22
lines changed

3 files changed

+51
-22
lines changed

resources/sponsors/nubank.svg

Lines changed: 47 additions & 17 deletions
Loading

resources/style.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,8 @@ table.schedule tr td {
258258
padding: 4px;
259259
}
260260

261-
.sponsors img.whitebg {
262-
background: white;
263-
border-radius: 5px;
264-
padding: 4px;
261+
.sponsors img.nubank {
265262
height: 30px;
263+
padding-top: 0;
264+
padding-bottom: 0;
266265
}

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ <h3>Sponsored by</h3>
2626
<img src="/sponsors/juxt.svg" alt="Juxt">
2727
</a>
2828
<a href="https://www.nubank.com.br/" title="Nubank">
29-
<img class="whitebg" src="/sponsors/nubank.svg" alt="Nubank">
29+
<img class="nubank" src="/sponsors/nubank.svg" alt="Nubank">
3030
</a>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)