This commit is contained in:
2026-07-30 18:38:39 +08:00
parent 5bc34def79
commit d63efeb083
69 changed files with 3100 additions and 153 deletions
+33
View File
@@ -456,8 +456,20 @@
text-align: justify;
}
.aifo-foot__companies {
display: flex;
justify-content: space-between;
align-items: stretch;
gap: 0;
flex-wrap: wrap;
}
.aifo-foot__company {
margin: 0;
flex: 1 1 240px;
max-width: 50%;
padding-right: 40px;
box-sizing: border-box;
font-size: 12px;
font-weight: 500;
line-height: 14px;
@@ -465,10 +477,31 @@
color: var(--foot-muted-60);
}
.aifo-foot__company:last-child {
padding-right: 0;
padding-left: 40px;
border-left: 1px solid var(--foot-border);
}
.aifo-foot__company p {
margin: 0 0 4px;
}
@media (max-width: 767px) {
.aifo-foot__company {
max-width: 100%;
padding-right: 0;
}
.aifo-foot__company:last-child {
padding-left: 0;
border-left: none;
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid var(--foot-border);
}
}
/* Payment chips */
.aifo-foot__payments {
display: flex;