Remove unnecessary code and update button styles

This commit is contained in:
newtbot
2024-01-28 03:31:39 +08:00
parent d491750916
commit fadabf3451
8 changed files with 499 additions and 216 deletions

View File

@ -15,14 +15,16 @@
.button-container {
display: flex;
justify-content: space-between;
justify-content: space-around; /* Change this value to adjust the spacing */
margin: 20px 0;
}
#download-container {
display: flex;
align-items: center;
margin-top: 20px; /* Adjust the margin-top for spacing */
}
button {