summaryrefslogtreecommitdiffstats
path: root/utils/test/reporting/3rd_party/sass/components/_section.scss
blob: 5b1b02a5d9e67ed83782e6baddb3ef9c5b21899a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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;
			}
		}
	}