Merge pull request #21313 from overleaf/mf-spacing-featured-section

[web] Add correct spacing between popular-tags section, recent-docs section, and featured-docs section

GitOrigin-RevId: c04d2b09d85ac383efd8b3da2c53d5bd86a069f7
This commit is contained in:
Jessica Lawshe 2024-10-24 09:26:31 -05:00 committed by Copybot
parent 7a7533f794
commit 81663a1531

View file

@ -235,6 +235,10 @@
}
}
.recent-docs + .featured-docs {
margin-top: var(--spacing-16);
}
.gallery-item-title {
display: inline-flex;
gap: var(--spacing-06);