welcome @betterstack-community ✌️

This commit is contained in:
Samuel Berthe 2024-03-21 16:15:51 +01:00
parent 693c9e51b2
commit 46781af565
No known key found for this signature in database
GPG key ID: 64863511FFBD0E3C
3 changed files with 32 additions and 0 deletions

View file

@ -125,6 +125,16 @@
class="fa fa-linkedin" target="_blank"></a>
</li>
</ul>
<ul id="sponsoring">
<li>
Kindly supported by&nbsp; 👉
</li>
<li>
<img width="" src="assets/sponsor-betterstack.png" />
</li>
</ul>
</header>
<main id="content" class="main-content" role="main">

View file

@ -115,3 +115,25 @@ h2 {
max-width: 85rem;
}
}
ul#sponsoring {
display: flex;
align-items: center;
justify-content: center;
margin-top: 50px;
}
ul#sponsoring li {
display: flex;
padding: 0px 15px;
font-size: 16px;
}
ul#sponsoring li img {
max-width: 180px;
max-height: 80px;
}
.page-header {
padding-bottom: 30px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB