mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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:
parent
7a7533f794
commit
81663a1531
1 changed files with 4 additions and 0 deletions
|
@ -235,6 +235,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.recent-docs + .featured-docs {
|
||||||
|
margin-top: var(--spacing-16);
|
||||||
|
}
|
||||||
|
|
||||||
.gallery-item-title {
|
.gallery-item-title {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
gap: var(--spacing-06);
|
gap: var(--spacing-06);
|
||||||
|
|
Loading…
Reference in a new issue