4.2.3 - CTA footer, How it works

This commit is contained in:
2026-05-06 17:42:43 +12:00
parent 6d021e05ea
commit ad9df7578a
19 changed files with 621 additions and 86 deletions
+30 -7
View File
@@ -254,12 +254,13 @@
flex: 1 1 0;
width: 0;
min-width: 0;
padding: 15px 12px;
font-size: 13.5px;
padding: 14px 10px;
font-size: 12.5px;
font-weight: 700;
text-align: center;
border-radius: 999px;
line-height: 1.25;
line-height: 1.15;
letter-spacing: -0.01em;
-webkit-tap-highlight-color: transparent;
touch-action: manipulation;
}
@@ -552,13 +553,31 @@
}
.footer-inner {
gap: 36px;
grid-template-columns: 1fr;
gap: 16px;
}
.footer-action {
order: -1;
}
.footer-panel {
padding: 22px 18px;
border-radius: 24px;
}
.footer-nav {
columns: 1;
}
.footer-action-title {
font-size: 22px;
}
.footer-action-copy {
font-size: 14px;
}
.footer-book-note {
text-align: left;
}
@@ -567,6 +586,10 @@
padding: 11px 0;
}
.footer-contact {
gap: 6px;
}
.footer-bottom {
flex-direction: column;
align-items: flex-start;
@@ -610,8 +633,8 @@
flex: 1 1 0;
width: 0;
margin-right: 0 !important;
padding: 14px 10px;
font-size: 13px;
line-height: 1.2;
padding: 13px 9px;
font-size: 12px;
line-height: 1.1;
}
}