From 81663a15311c91b8416eaa93bc6b5d1f64c10236 Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:26:31 -0500 Subject: [PATCH] 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 --- .../frontend/stylesheets/bootstrap-5/pages/templates-v2.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss index 701fcacabb..e4277fb555 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -235,6 +235,10 @@ } } + .recent-docs + .featured-docs { + margin-top: var(--spacing-16); + } + .gallery-item-title { display: inline-flex; gap: var(--spacing-06);