Merge pull request #4 from smiggiddy/feat-signup-form

Feat signup form
This commit is contained in:
Mike 2023-11-07 13:52:04 -05:00 committed by GitHub
commit b96438787d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,18 +12,17 @@
flex-direction: column;
align-items: center;
align-content: center;
height: 100vh;
margin: 0;
background-color: var(--light-bg);
}
.sidebar {
height: 100%;
background-image: url(../static/background.jpg);
background-position: center;
background-size: auto;
background-repeat: no-repeat;
height: 100%;
height: 80vh;
}
.logo {
position: relative;
@ -96,6 +95,7 @@
justify-content: center;
align-items: center;
align-content: center;
height: 100vh;
}
.sidebar {
width: 50vw;
@ -188,3 +188,4 @@ a {
color: var(--text-color);
font-weight: 900;
}