This commit is contained in:
Kenneth Jannette
2024-02-05 18:03:21 -06:00
parent 5847119754
commit 65e794fc4f
2 changed files with 19 additions and 1 deletions

View File

@@ -114,7 +114,7 @@
.features-top-wrapper { .features-top-wrapper {
flex-direction: column; flex-direction: column;
height: 468px; height: 480px;
margin-bottom: 12px; margin-bottom: 12px;
} }

View File

@@ -286,3 +286,21 @@
.signup-proceed-btn { .signup-proceed-btn {
width: 240px; width: 240px;
} }
//
@media only screen and (max-width: 430px) {
.signup-super-container {
max-width: 380px;
}
.signup-header {
max-width: 400px;
}
.signup-sub-container {
width: 370px;
}
.signup-header-text {
font-size: 1.75rem;
&.trial {
font-size: 0.95rem;
}
}
}