From 9a142dd5ec086637c1e54939a5fe260e35818e9e Mon Sep 17 00:00:00 2001 From: M Fahru Date: Wed, 23 Oct 2024 08:07:30 -0700 Subject: [PATCH] Merge pull request #21306 from overleaf/mf-limit-gallery-summary-max-width-to-tagged-page [web] Limit 828px max-width on gallery-summary to tagged pages only GitOrigin-RevId: 48a0e342d403eff34cf47e71208b13af6e3f1cbd --- .../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 0d429b24d5..66cbe8e2c6 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -6,6 +6,7 @@ .gallery-summary { text-align: left; + max-width: 828px; } } @@ -78,7 +79,6 @@ text-align: center; margin-bottom: var(--spacing-09); - max-width: 828px; } .top-picks-banner {