mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
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
This commit is contained in:
parent
ca6b5ae4ca
commit
f2ec640b06
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@
|
|||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-bottom: var(--spacing-06);
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.gallery-summary {
|
||||
|
|
Loading…
Reference in a new issue