fix: Make list of failed checks not jump around
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
moanos [he/him] 2024-07-22 06:47:14 +00:00
parent 355c3055cb
commit 9ce58c9860

View File

@ -39,6 +39,11 @@ a {
text-decoration: none;
}
ul {
list-style: none;
padding-left: 0px;
}
.container-form {
background: var(--background-three);
color: var(--text-two);