mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-22 19:47:38 +00:00
Fix horizontal scrolling caused by scaling on the subscribe CTA h2 (#765)
This commit is contained in:
parent
573e384381
commit
48d06196c2
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1386,9 +1386,16 @@ Ghost editor. */
|
|||||||
background: var(--color-darkgrey);
|
background: var(--color-darkgrey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Increases the default h2 size by 15%, for small and large screens */
|
||||||
.footer-cta h2 {
|
.footer-cta h2 {
|
||||||
margin: 0 0 30px;
|
margin: 0 0 30px;
|
||||||
transform: scale(1.15);
|
font-size: 3.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 600px) {
|
||||||
|
.footer-cta h2 {
|
||||||
|
font-size: 2.65rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-cta-button {
|
.footer-cta-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user