diff options
| author | Mark Otto <[email protected]> | 2011-10-16 03:00:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-16 03:00:58 -0700 |
| commit | 9e9109469e5c86c4232cc744639b286bcd9ef0ba (patch) | |
| tree | 64ee59435ab9be44246fdb62ba70fffe1c525413 /lib/variables.less | |
| parent | fbe22f05800a3ce4ae3a880914d8e03cb1e01d1b (diff) | |
| download | bootstrap-9e9109469e5c86c4232cc744639b286bcd9ef0ba.tar.xz bootstrap-9e9109469e5c86c4232cc744639b286bcd9ef0ba.zip | |
biiiiiig update coming for responsiveness
Diffstat (limited to 'lib/variables.less')
| -rw-r--r-- | lib/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/variables.less b/lib/variables.less index f85e0ec85..24eb8b45a 100644 --- a/lib/variables.less +++ b/lib/variables.less @@ -38,8 +38,8 @@ // ---- // Modify the grid styles in mixins.less -@gridColumns: 16; -@gridColumnWidth: 40px; +@gridColumns: 12; +@gridColumnWidth: 60px; @gridGutterWidth: 20px; @extraSpace: (@gridGutterWidth * 2); // For our grid calculations @siteWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); |
