EDU_Recommender / client /src /components /RecommendationGrid.module.css
Omarrran's picture
Add EduRecommender HuggingFace Spaces app
5bd3663
raw
history blame contribute delete
277 Bytes
.section {
margin-top: 2rem;
animation: fadeIn 0.4s ease;
}
.heading {
font-size: 1.15rem;
font-weight: 700;
color: var(--text-primary);
margin-bottom: 1rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 1rem;
}