我有 2 个问题: 1. $container-max-width Bootstrap 变量的用途是什么?2. 如果我需要以下解决方案,我应该如何覆盖变量?
sm: 0px -> 768px - tablet portrait
md: 769px -> 1442px - tablet landscape and laptop
lg: 1443px -> 1920px - large screens
我有 2 个问题: 1. $container-max-width Bootstrap 变量的用途是什么?2. 如果我需要以下解决方案,我应该如何覆盖变量?
sm: 0px -> 768px - tablet portrait
md: 769px -> 1442px - tablet landscape and laptop
lg: 1443px -> 1920px - large screens
$container-max-widths: (sm: 767px, md: 1400px, lg: 1920px, xl: 1920px)
https://getbootstrap.com/docs/4.1/layout/grid/#customizing-the-grid