1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Configurable container padding (#28554)

This commit is contained in:
Martijn Cuppens
2019-05-05 09:49:23 +02:00
committed by XhmikosR
parent a776cc473d
commit f5599d0a04
2 changed files with 8 additions and 3 deletions

View File

@@ -222,6 +222,11 @@ $grid-columns: 12 !default;
$grid-gutter-width: 30px !default;
// Container padding
$container-padding-x: $grid-gutter-width / 2 !default;
// Components
//
// Define common padding and border radius sizes and more.