diff options
Diffstat (limited to 'semantic/src/themes/fixed-width/collections/grid.variables')
| -rw-r--r-- | semantic/src/themes/fixed-width/collections/grid.variables | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/semantic/src/themes/fixed-width/collections/grid.variables b/semantic/src/themes/fixed-width/collections/grid.variables new file mode 100644 index 0000000..d27f1d2 --- /dev/null +++ b/semantic/src/themes/fixed-width/collections/grid.variables @@ -0,0 +1,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: '';
\ No newline at end of file |