Updated app.css

Fixes signup context on smaller resolutions.
This commit is contained in:
tersiswilvin 2022-09-05 23:48:25 -07:00
parent e22a442c3f
commit c8c5d99ba1
1 changed files with 6 additions and 0 deletions

View File

@ -1042,3 +1042,9 @@ div#testingSitePanelWrapper, #BodyWrapper {
#InviteTreeContainer {
background-color: rgb(255, 255, 255);
}
@media (max-width:980px) {
.content_signup, #footer_signup {
width: 100%;
}
}