create nice reporting landing pages
[releng.git] / utils / test / reporting / assets / sass / layout / _main.scss
diff --git a/utils/test/reporting/assets/sass/layout/_main.scss b/utils/test/reporting/assets/sass/layout/_main.scss
new file mode 100644 (file)
index 0000000..8643931
--- /dev/null
@@ -0,0 +1,15 @@
+///\r
+/// Phantom by HTML5 UP\r
+/// html5up.net | @ajlkn\r
+/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
+///\r
+\r
+/* Main */\r
+\r
+       #main {\r
+               @include padding(5em, 0, (-5em, 0, 3em, 0));\r
+\r
+               @include breakpoint(small) {\r
+                       @include padding(3em, 0, (-3em, 0, 3em, 0));\r
+               }\r
+       }
\ No newline at end of file