diff options
Diffstat (limited to 'reporting/assets/sass/layout/_wrapper.scss')
-rw-r--r-- | reporting/assets/sass/layout/_wrapper.scss | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/reporting/assets/sass/layout/_wrapper.scss b/reporting/assets/sass/layout/_wrapper.scss deleted file mode 100644 index 62ee174..0000000 --- a/reporting/assets/sass/layout/_wrapper.scss +++ /dev/null @@ -1,26 +0,0 @@ -///
-/// Phantom by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Wrapper */
-
- #wrapper {
- > * {
- > .inner {
- $gutter: _size(gutter);
-
- width: 100%;
- max-width: _size(inner);
- margin: 0 auto;
- padding: 0 $gutter;
-
- @include breakpoint(small) {
- $gutter: _size(gutter) * 0.5;
-
- padding: 0 $gutter;
- }
- }
- }
- }
\ No newline at end of file |