You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Portfolio/src/pages/login.module.scss

22 lines
196 B

.body {
height: 100vh;
padding: 10rem 0;
}
.title {
text-align: center;
}
.divider {
margin: 0 1rem;
}
.loginButton,
.signupButton {
width: 100%;
}
.signupButton {
margin-top: 0.5rem;
}