added margin-top to container

This commit is contained in:
Heli-o 2024-10-14 19:06:14 +02:00
parent 668f036d80
commit 29ea670c1f

View file

@ -5,6 +5,7 @@
justify-content: center; justify-content: center;
max-width: 60%; max-width: 60%;
margin: 0 auto; margin: 0 auto;
margin-top: 10px;
opacity: 1.0; opacity: 1.0;
} }
.button-item { .button-item {