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:
Jessica Lawshe 2024-09-25 09:55:15 -05:00 committed by Copybot
parent 771397beac
commit 518647c13d
2 changed files with 3 additions and 2 deletions

View file

@ -52,8 +52,9 @@
}
.section-row {
@extend .container;
margin: 0 auto;
max-width: 1440px;
}
padding-bottom: 0;

View file

@ -80,7 +80,7 @@
// }
.section-row {
max-width: 1440px;
@extend .container;
}
}