Mobile footer refinements
This commit is contained in:
parent
45147cacb2
commit
06817969bb
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user