factor out styles

This commit is contained in:
nquidox 2025-09-22 19:29:59 +03:00
parent 291ba7e678
commit fbfcac3bb0
2 changed files with 12 additions and 10 deletions

View file

@ -15,3 +15,13 @@
display: flex;
justify-content: center;
}
.center-button-container {
display: flex;
justify-content: center;
margin-top: 10px;
}
.center-button {
min-width: 320px;
}