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
+10
View File
@@ -54,6 +54,16 @@ main:hover {
box-shadow: 0 0 1vw black;
}
.contents-wrapper {
margin: 0;
padding: 2vw 2vw;
box-sizing: border-box;
display: flex;
flex-direction: row;
align-content: center;
justify-content: space-around;
}
h2 {
margin: 0;
padding: 14px 0;