summaryrefslogtreecommitdiff
path: root/website/static/sass/layout/_wrapper.scss
blob: c5a05eb2a8311756f12d4d9ed0da531465bf6146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
///
/// Stellar by HTML5 UP
/// html5up.net | @ajlkn
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
///

/* Wrapper */

	#wrapper {
		width: _size(inner);
		max-width: calc(100% - 4em);
		margin: 0 auto;

		@include breakpoint(xsmall) {
			max-width: calc(100% - 2em);
		}

		@include breakpoint(xxsmall) {
			max-width: 100%;
		}
	}