fix: show product in replacement of sub products in homepage

This commit is contained in:
mohamad
2026-05-26 17:38:53 +03:30
parent cacf1ba77b
commit 52516d5a5a
17 changed files with 402 additions and 205 deletions
+38
View File
@@ -853,6 +853,44 @@ h1, h2, h3, h4, h5, h6 {
line-height: 1.65;
}
a.section-item-link {
text-decoration: none;
color: inherit;
transition: var(--transition-fast);
}
a.section-item-link:hover {
border-color: rgba(79, 142, 247, 0.35);
}
a.supporter-card.section-item-link {
display: flex;
}
a.screenshot-item.section-item-link {
display: block;
}
a.faq-item--link.section-item-link {
display: block;
padding: 1.25rem 1.5rem;
}
a.faq-item--link .faq-question {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 1rem;
font-weight: 600;
margin: 0;
}
a.faq-item--link .faq-link-preview {
margin-top: 0.75rem;
font-size: 0.88rem;
color: var(--text-secondary);
}
/* ============================================================
Products Grid (Home)
============================================================ */