You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
247 B
CSS

.container {
display: flex;
flex-direction: column;
justify-content: start;
height: 100%;
text-align: center;
}
.iconfont {
font-size: 70px;
margin-top: 100px;
}
.loginOut {
margin: 0 auto;
margin-top: 120px;
}