Mobile footer refinements

This commit is contained in:
Peter Zimon 2021-06-11 16:10:41 +02:00
parent 45147cacb2
commit 06817969bb
2 changed files with 4 additions and 2 deletions

View File

@ -732,7 +732,7 @@ const MobileStyles = `
}
.gh-portal-popup-wrapper.fullscreen:not(.preview) .gh-portal-content {
max-height: calc(100vh - 190px) !important;
max-height: calc(100vh - 180px) !important;
}
.gh-portal-powered {
@ -775,6 +775,8 @@ const MobileStyles = `
.gh-portal-popup-wrapper.fullscreen .gh-portal-powered {
padding-bottom: 0;
padding-top: 0;
margin-top: -8px;
}
}

View File

@ -118,7 +118,7 @@ export const SignupPageStyles = `
max-width: 420px;
height: unset;
padding: 0 !important;
margin: 24px 32px 32px;
margin: 24px 32px;
}
@media (max-width: 480px) {