summaryrefslogtree/nfs/website.git//.wiki commitdiff
path: root/src/scss/home.scss
blob: 0501941981e16a662466c3b9610a53d13f9792e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@import "./variables";

#main .col {
	width: 50%;
	padding: 0;
	margin: 0;
	display: table-cell;
}

#main .left {
	padding-right: $outer-gap;
}

@media (max-width: 800px) {
	#main .col {
		display: block;
		width: 100%;
	}

	#main .left {
		padding-right: 0;
	}
}