Add Gold Sponsors section

This commit is contained in:
Andrey Nering
2022-11-12 10:10:41 -03:00
parent d55282b53c
commit d1850e8fd2
4 changed files with 39 additions and 0 deletions

View File

@@ -27,3 +27,12 @@
margin-top: 30px;
margin-right: 10px;
}
.gold-sponsors {
display: flex;
justify-content: center;
}
.gold-sponsors table img {
width: 200px;
}