update button container margin for improved spacing
This commit is contained in:
parent
50074cc1cc
commit
8f5954bcba
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
max-width: 100vw; /* Make the container as wide as the viewport */
|
max-width: 100vw; /* Make the container as wide as the viewport */
|
||||||
gap: 3px;
|
gap: 3px;
|
||||||
margin: 0; /* Remove any default margin */
|
margin: 20px 0 0 0; /* Remove any default margin */
|
||||||
padding: 0; /* Remove any default padding */
|
padding: 0; /* Remove any default padding */
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue