summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_docs.scss
blob: f4e7cc3145f4be70b426073b31a6ff4495653901 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
@charset "UTF-8";

.docs__page {
	line-height: 1.7;
	padding-bottom: 20px;

	> div {
		width: 1170px;
		margin: 0 auto;
		padding: 0 15px;
		max-width: 100%;
	}

	h1.markdown__heading {
		border-bottom: 1px solid #ddd;
		padding-bottom: 1rem;
		margin: 1em 0 1em;
	}
}