fix(web): initialize index.html and update styles
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user