update button container margin for improved spacing

This commit is contained in:
gribse 2025-04-27 22:41:40 +02:00
parent 50074cc1cc
commit 8f5954bcba

View file

@ -5,7 +5,7 @@
justify-content: center;
max-width: 100vw; /* Make the container as wide as the viewport */
gap: 3px;
margin: 0; /* Remove any default margin */
margin: 20px 0 0 0; /* Remove any default margin */
padding: 0; /* Remove any default padding */
}
.button {