Updated app.css
Fixes signup context on smaller resolutions.
This commit is contained in:
parent
e22a442c3f
commit
c8c5d99ba1
|
|
@ -1042,3 +1042,9 @@ div#testingSitePanelWrapper, #BodyWrapper {
|
||||||
#InviteTreeContainer {
|
#InviteTreeContainer {
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width:980px) {
|
||||||
|
.content_signup, #footer_signup {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue