summaryrefslogtreecommitdiffstats
path: root/reporting/3rd_party/sass/layout/_main.scss
blob: 8643931e4a6548b5e85de1e4ac1bd78c45af9aff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
///
/// Phantom by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Main */

	#main {
		@include padding(5em, 0, (-5em, 0, 3em, 0));

		@include breakpoint(small) {
			@include padding(3em, 0, (-3em, 0, 3em, 0));
		}
	}