1
0

Add BeanHub sponsor

This commit is contained in:
Fang-Pen Lin
2024-05-21 18:45:10 -07:00
committed by Simon Michael
parent 68cff44217
commit 44fd0f1256
2 changed files with 20 additions and 0 deletions

View File

@@ -34,3 +34,18 @@ li {
border-bottom: thin solid black;
margin-bottom: 2em;
}
#sponsors-container > ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
list-style: none;
max-width: 100%;
}
#sponsors-container > ul > * {
display: inline-block;
width: 300px;
text-align: center;
font-size: 0.8em;
}