fix: perbaiki bilingual dan responsive konten baru

This commit is contained in:
L4zyL4mb
2026-06-05 21:07:19 +07:00
committed by miaaurl
parent af8a3f6a98
commit 0cd144673c
2 changed files with 107 additions and 37 deletions
+31
View File
@@ -1512,6 +1512,37 @@ a { text-decoration: none; }
box-shadow: 0 6px 20px rgba(0,94,184,.1);
transform: translateY(-3px);
}
.jf-mitra-desc {
font-size: .67rem;
color: #94a3b8;
line-height: 1.45;
margin-top: .2rem;
font-weight: 400;
}
.jf-mitra-name {
font-size: .75rem;
font-weight: 600;
color: var(--slate);
line-height: 1.35;
}
.jf-mitra-card {
background: var(--white);
border: 1px solid #e8eef5;
border-radius: .85rem;
padding: 1rem .85rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
text-align: center;
min-height: 90px;
gap: .35rem;
transition: all .25s;
}
.jf-mitra-logo { font-size: 1.5rem; }
.jf-mitra-name { font-size: .68rem; font-weight: 600; color: var(--slate); line-height: 1.35; }