feat: permet plusieurs liens par partenaire

This commit is contained in:
2026-07-13 18:57:44 +04:00
parent 851b03c60b
commit 5f5e581d99
4 changed files with 43 additions and 22 deletions
+16 -5
View File
@@ -959,8 +959,6 @@ html.light-theme .hero::before {
padding: 2.5rem;
text-align: center;
transition: transform 0.2s ease, border-color 0.2s ease;
text-decoration: none;
color: inherit;
display: flex;
flex-direction: column;
align-items: center;
@@ -1002,6 +1000,13 @@ html.light-theme .hero::before {
font-family: var(--font-body);
}
.partner-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 0.6rem;
}
.partner-link {
color: var(--or-oki);
font-weight: 600;
@@ -1009,11 +1014,17 @@ html.light-theme .hero::before {
align-items: center;
gap: 0.4rem;
font-family: var(--font-body);
transition: gap 0.2s ease;
font-size: 0.95rem;
padding: 0.4rem 0.9rem;
border: 1px solid var(--or-oki);
border-radius: 999px;
text-decoration: none;
transition: background 0.2s ease, gap 0.2s ease;
}
.partner-card:hover .partner-link {
gap: 0.75rem;
.partner-link:hover {
background: rgba(253, 184, 19, 0.12);
gap: 0.6rem;
}
/* Support Section */