Add Gap to Worker Display

This commit is contained in:
speatzle 2024-06-25 17:16:06 +02:00
parent 7232c30cfb
commit 91e9a8ec13

View file

@ -29,6 +29,7 @@ body {
.workers {
flex-flow: row wrap;
gap: 2rem;
}
.workers>* {