snappymail/vendors/bootstrap/less/grid.less
2021-02-01 22:54:19 +01:00

10 lines
222 B
Text

//
// Grid system
// --------------------------------------------------
// Fixed (940px)
#grid > .core(@gridColumnWidth, @gridGutterWidth);
// Fluid (940px)
#grid > .fluid(@fluidGridColumnWidth, @fluidGridGutterWidth);