blob: d27f1d272067e86521467b8f9e4001d6a5303456 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
/* 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: '';
|