fixes to index page
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-01-14 10:30:29 +11:00
parent 5130d37632
commit 13af853c45
5 changed files with 11 additions and 4 deletions

View File

@@ -78,6 +78,13 @@ templ Header() {
.web2-button:hover {
background: #1787d4;
}
.web2-button-group {
display: flex;
flex-wrap: wrap;
}
.web2-button-group .web2-button {
margin: 0 0.5rem 0.5rem 0;
}
.web2-list li {
background: #ffffff;
border: 1px solid var(--web2-border);