mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02: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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user