You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
395 B
23 lines
395 B
/* Fixed Page Grid */
|
|
|
|
@mobileWidth: auto;
|
|
@mobileMargin: 0em;
|
|
@mobileGutter: 0em;
|
|
|
|
@tabletWidth: auto;
|
|
@tabletMargin: 0em;
|
|
@tabletGutter: 8%;
|
|
|
|
@computerWidth: 960px;
|
|
@computerMargin: auto;
|
|
@computerGutter: 0;
|
|
|
|
@largeMonitorWidth: 1180px;
|
|
@largeMonitorMargin: auto;
|
|
@largeMonitorGutter: 0;
|
|
|
|
@widescreenMonitorWidth: 1300px;
|
|
@widescreenMargin: auto;
|
|
@widescreenMonitorGutter: 0;
|
|
|
|
@tableWidth: '';
|