mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20601 from overleaf/jel-cms-max-width
[web] Use `.container` `max-width` from Bootstrap 5 for CMS sections GitOrigin-RevId: 1642de2024723584be7c7ad84d7cda0ee4af05a6
This commit is contained in:
parent
771397beac
commit
518647c13d
2 changed files with 3 additions and 2 deletions
|
@ -52,8 +52,9 @@
|
|||
}
|
||||
|
||||
.section-row {
|
||||
@extend .container;
|
||||
|
||||
margin: 0 auto;
|
||||
max-width: 1440px;
|
||||
}
|
||||
|
||||
padding-bottom: 0;
|
||||
|
|
|
@ -80,7 +80,7 @@
|
|||
// }
|
||||
|
||||
.section-row {
|
||||
max-width: 1440px;
|
||||
@extend .container;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue