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

@@ -286,3 +286,21 @@
.signup-proceed-btn {
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;
}
}
}