Add margin to board class
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Manuel Thalmann 2022-12-13 12:55:50 +01:00
parent f0fb5a11fe
commit d88e3a7ac8
No known key found for this signature in database
GPG key ID: 5FD9AD3CCDDBD27B

View file

@ -4,7 +4,7 @@ div {
.board {
width: 84vw;
margin: auto;
margin: 10px auto;
outline: 1px solid black;
}