diff options
| author | Chirag Modi <[email protected]> | 2017-07-17 13:29:49 +0530 |
|---|---|---|
| committer | Chirag Modi <[email protected]> | 2017-07-17 13:29:49 +0530 |
| commit | f05bd63d8e829334036c4eadef4e01e79374cae7 (patch) | |
| tree | f3d7f9ff69c3ce7170a2a7da1121e5452568f929 | |
| parent | 082c9d92fe1057f8dddda32e1002983d82c681aa (diff) | |
| download | bootstrap-f05bd63d8e829334036c4eadef4e01e79374cae7.tar.xz bootstrap-f05bd63d8e829334036c4eadef4e01e79374cae7.zip | |
fixed issue #23100
| -rw-r--r-- | scss/_variables.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index f0949eaff..21c96b5d2 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -189,6 +189,7 @@ $grid-breakpoints: ( // Define the maximum width of `.container` for different screen sizes. $container-max-widths: ( + xs: 100%, sm: 540px, md: 720px, lg: 960px, |
