welcome @betterstack-community ✌️

This commit is contained in:
Samuel Berthe 2024-03-21 16:22:34 +01:00
parent 46781af565
commit f5b199faea
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C
2 changed files with 8 additions and 2 deletions

View file

@ -132,7 +132,9 @@
Kindly supported by  👉
</li>
<li>
<img width="" src="assets/sponsor-betterstack.png" />
<a href="https://betterstack.com/">
<img width="" src="assets/sponsor-betterstack.png" />
</a>
</li>
</ul>
</header>

View file

@ -129,7 +129,11 @@ ul#sponsoring li {
font-size: 16px;
}
ul#sponsoring li img {
ul#sponsoring li a {
display: flex;
}
ul#sponsoring li a img {
max-width: 180px;
max-height: 80px;
}