summaryrefslogtreecommitdiff
path: root/widescreen.css
blob: 38b13dc43bc4b496dabf4706d6d89cb726e1ff46 (plain) (blame)
1
2
3
4
5
6
7
/* Widescreen Layout */
@media only screen and (min-width: 2000px) {
section {
	padding-left: 20%;
	padding-right: 20%;
}