Footer signup design details

This commit is contained in:
Sodbileg Gansukh 2023-07-12 21:06:32 +08:00
parent 6def389b33
commit c2dba0f344
3 changed files with 19 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1223,4 +1223,21 @@ Search LOGO Login Subscribe
flex-direction: column;
align-items: center;
padding-block: 100px;
}
.gh-footer-signup-header {
font-size: clamp(3.2rem, 3.18vw + 1.93rem, 6rem);
letter-spacing: -0.022em;
}
.gh-footer-signup-subhead {
font-size: clamp(1.6rem, 1.14vw + 1.15rem, 2.6rem);
letter-spacing: -0.02em;
color: var(--color-secondary-text);
}
.gh-footer-signup .gh-button {
margin-top: 24px;
padding: 16px 40px;
font-size: 1.9rem;
}