summaryrefslogtreecommitdiff
path: root/static/website/bootstrap-css/bower_components/smooth-scroll/src/docs/assets/css/custom.css
blob: 653830a78066b4ce2ca455e7ed25d38d0af7abe0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@-webkit-viewport { width: device-width; zoom: 1.0; }
@-moz-viewport { width: device-width; zoom: 1.0; }
@-ms-viewport { width: device-width; zoom: 1.0; }
@-o-viewport { width: device-width; zoom: 1.0; }
@viewport { width: device-width; zoom: 1.0; }

html { overflow-y: auto; }

img, audio, video, canvas {
	max-width: 100%;
	height: auto;
}

/*  Sets body width */
.container {
	max-width: 40em;
	width: 88%;
	margin-left: auto;
	margin-right: auto;
}