summaryrefslogtreecommitdiffstats
path: root/reporting/3rd_party/sass/components/_section.scss
diff options
context:
space:
mode:
Diffstat (limited to 'reporting/3rd_party/sass/components/_section.scss')
-rw-r--r--reporting/3rd_party/sass/components/_section.scss25
1 files changed, 25 insertions, 0 deletions
diff --git a/reporting/3rd_party/sass/components/_section.scss b/reporting/3rd_party/sass/components/_section.scss
new file mode 100644
index 0000000..5b1b02a
--- /dev/null
+++ b/reporting/3rd_party/sass/components/_section.scss
@@ -0,0 +1,25 @@
+///
+/// Phantom by HTML5 UP
+/// html5up.net | @ajlkn
+/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
+///
+
+/* Section/Article */
+
+ section, article {
+ &.special {
+ text-align: center;
+ }
+ }
+
+ header {
+ p {
+ margin-top: _size(element-margin) * -0.5;
+ }
+
+ @include breakpoint(small) {
+ p {
+ margin-top: 0;
+ }
+ }
+ } \ No newline at end of file