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

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

Revision 1.3, Mon Mar 28 00:48:09 2016 UTC (8 years, 2 months ago) by sthen
Branch: MAIN
Changes since 1.2: +1 -1 lines

Raise max-width. Still pixel-based as %-based steals too many pixels on
small screens.

Does anyone have suggestions on how to set e.g. 80% max-width while
protecting against small windows going too narrow without forcing
scrolling on mobile devices?

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

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