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
This commit is contained in:
M Fahru 2024-10-23 08:07:30 -07:00 committed by Copybot
parent b12236576b
commit 9a142dd5ec

View file

@ -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 {