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, 0 insertions, 23 deletions
diff --git a/semantic/src/themes/fixed-width/collections/grid.variables b/semantic/src/themes/fixed-width/collections/grid.variables deleted file mode 100644 index d27f1d2..0000000 --- a/semantic/src/themes/fixed-width/collections/grid.variables +++ /dev/null @@ -1,23 +0,0 @@ -/* 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 |