fix(web): initialize index.html and update styles

This commit is contained in:
2023-01-27 16:53:24 +03:00
parent b791c60b81
commit 46e67488f1
4 changed files with 32 additions and 15 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
form {
margin: 0;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
margin: 0;
padding: 2vw 2vw;
box-sizing: border-box;
}
.button-flex {