mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 08:57:19 +08:00
welcome @betterstack-community ✌️
This commit is contained in:
parent
693c9e51b2
commit
46781af565
3 changed files with 32 additions and 0 deletions
|
|
@ -125,6 +125,16 @@
|
|||
class="fa fa-linkedin" target="_blank"></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<ul id="sponsoring">
|
||||
<li>
|
||||
Kindly supported by 👉
|
||||
</li>
|
||||
<li>
|
||||
<img width="" src="assets/sponsor-betterstack.png" />
|
||||
</li>
|
||||
</ul>
|
||||
</header>
|
||||
|
||||
<main id="content" class="main-content" role="main">
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
BIN
assets/sponsor-betterstack.png
Normal file
BIN
assets/sponsor-betterstack.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in a new issue