fix: show product in replacement of sub products in homepage
This commit is contained in:
@@ -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)
|
||||
============================================================ */
|
||||
|
||||
Reference in New Issue
Block a user