Footer signup design details
This commit is contained in:
parent
6def389b33
commit
c2dba0f344
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1223,4 +1223,21 @@ Search LOGO Login Subscribe
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding-block: 100px;
|
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;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user