mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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:
parent
b12236576b
commit
9a142dd5ec
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue