From f2ec640b06426ecf7b40028b916d08b1b8cb9f79 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Mon, 21 Oct 2024 12:49:24 -0700 Subject: [PATCH] Merge pull request #21113 from overleaf/mf-gallery-header-text-align-center Center text for gallery-title, this is useful mainly for mobile view GitOrigin-RevId: 49db14c627125d2c1e1d1f69173ac918d51f4f91 --- .../web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss | 1 + 1 file changed, 1 insertion(+) 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 1fe5263776..66976029f5 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/templates-v2.scss @@ -58,6 +58,7 @@ align-items: center; justify-content: center; margin-bottom: var(--spacing-06); + text-align: center; } .gallery-summary {