i love feet
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
hexlocation 2024-11-30 20:32:20 +01:00
parent 0c20cfc47a
commit 07c09dfd87
3 changed files with 7 additions and 3 deletions

View file

@ -30,11 +30,13 @@ body {
}
#link-container a {
text-decoration: none;
color: var(--term-color);
color: black;
}
#link-container {
display: flex;
gap: 4vw;
background-color: var(--term-color);
justify-content: center;
}
hr {
margin-top: 1px;
@ -113,6 +115,9 @@ label {
.service-icon {
vertical-align: middle;
}
#content {
margin-top: 5px;
}
.service-title {
align-items: center;
gap: 5px;