@ -22,9 +22,7 @@
<style>
.content {
display: flex;
background: #FFFFFF;
flex-direction: column;
min-height: 100vh;
align-items: center;
justify-content: center;
}
</style>
@ -12,6 +12,10 @@ input {
border: none;
view {
box-sizing: border-box;
.flex-between {
justify-content: space-between;