Actions style done

This commit is contained in:
2021-10-22 20:51:22 -03:00
parent 9cf2461ad0
commit 3e9579b8ee
4 changed files with 15 additions and 5 deletions

View File

@@ -4,11 +4,16 @@
box-sizing: border-box;
padding: 0px 16.5vw;
display: flex;
justify-content: center;
form {
height: 100%;
max-width: 742px;
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: space-around;
@@ -55,8 +60,9 @@
height: 5vh;
font-family: Arial, Helvetica, sans-serif;
font-size: 2vw;
font-size: 1.2vw;
outline: none;
border: none;
border-bottom: 1px solid rgb(162, 162, 162);
}

View File

@@ -119,7 +119,7 @@
justify-content: space-between;
button {
height: 3vh;
height: 5vh;
width: 15vw;
margin: 0px 0.5vw;