cool buttons

This commit is contained in:
Jan Wolff 2025-01-22 07:32:24 +01:00
parent c4c7c1570d
commit 8dea1fa456
6 changed files with 40 additions and 3 deletions

View file

@ -211,3 +211,13 @@ a {
.centered {
margin: auto;
}
.webbuttons {
display: flex;
justify-content: center;
gap: 2px;
}
.webbuttons > img {
width: fit-content;
}