improve buttons

This commit is contained in:
speatzle 2024-06-25 21:25:35 +02:00
parent bf8b996a01
commit 90b0062732
3 changed files with 18 additions and 8 deletions

View file

@ -49,4 +49,12 @@ body {
nav> :first-child {
font-size: 2rem;
font-weight: bold;
}
.short-button {
align-self: start;
}
.button-list {
flex-direction: row;
}