From c9f35a2d68fa78feb1d0004cb117a1e93beff6fd Mon Sep 17 00:00:00 2001 From: Jessica Lawshe <5312836+lawshe@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:07:24 -0600 Subject: [PATCH] Merge pull request #22586 from overleaf/jel-gallery-header [web] Fix spacing above gallery GitOrigin-RevId: f4460b5dc4780566cf8d0d4cda4213840530a275 --- .../frontend/stylesheets/bootstrap-5/pages/templates-v2.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 07426d94da..a829bb80d5 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -21,7 +21,7 @@ } .gallery { - margin-top: var(--spacing-10); + padding-top: calc($header-height + var(--spacing-10)) !important; .gallery-tagged-tags-container-spacing { padding: 0 var(--spacing-09);