From c8c5d99ba150bc19fb28b8ff2e2c0e82eb39e06e Mon Sep 17 00:00:00 2001 From: tersiswilvin <52929976+tersiswilvin@users.noreply.github.com> Date: Mon, 5 Sep 2022 23:48:25 -0700 Subject: [PATCH] Updated app.css Fixes signup context on smaller resolutions. --- public/css/app.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/public/css/app.css b/public/css/app.css index d2c84f9..650e2ae 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -1041,4 +1041,10 @@ div#testingSitePanelWrapper, #BodyWrapper { #InviteTreeContainer { background-color: rgb(255, 255, 255); +} + +@media (max-width:980px) { + .content_signup, #footer_signup { + width: 100%; + } } \ No newline at end of file