Merge branch 'main' into feat-signup-form

This commit is contained in:
Mike 2023-11-07 13:51:50 -05:00 committed by GitHub
commit fff52f2ac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@
background-size: auto; background-size: auto;
background-repeat: no-repeat; background-repeat: no-repeat;
height: 80vh; height: 80vh;
} }
.logo { .logo {
position: relative; position: relative;
@ -187,3 +188,4 @@ a {
color: var(--text-color); color: var(--text-color);
font-weight: 900; font-weight: 900;
} }