aboutsummaryrefslogtreecommitdiff
path: root/assets/sass/components/_section.scss
blob: d8ba58b183d53c48cc0e8fc013dbbd3eeb6b8a28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
///
/// Big Picture by Pixelarity
/// pixelarity.com | hello@pixelarity.com
/// License: pixelarity.com/license
///

/* Sections/Article */

	header {
		margin-bottom: 1em;

		p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}
	}

	footer {
		margin-top: 2em;
	}