[BACK]Return to openbsd.css CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / openbsd.css (download)

Revision 1.4, Mon Mar 28 15:35:56 2016 UTC (8 years, 1 month ago) by natano
Branch: MAIN
Changes since 1.3: +6 -1 lines

Set max-width to 80%, except for devices that are too small.
ok sthen

body {
	margin: 40px auto;
	line-height: 1.6;
	color: #111;
	padding: 0 10px;
}

h1,h2,h3 {
	line-height: 1.2;
}

@media (min-width: 800px) {
	body {
		max-width: 80%;
	}
}