Merge pull request #7 from kjannette/rise7

Rise7
This commit is contained in:
S Jannette
2024-01-11 20:47:35 -06:00
committed by GitHub

View File

@@ -48,6 +48,9 @@
.signup-passw-inputs {
width: 100%;
}
span {
margin-right: 6px;
}
@media only screen and (max-width: 430px) {
.signup-sub-container {
display: flex;
@@ -84,4 +87,8 @@
.signup-passw-inputs {
width: 370px;
}
span {
margin-right: 6px;
}
}