=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/openbsd.css,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** www/openbsd.css 2016/03/28 15:35:56 1.4 --- www/openbsd.css 2016/03/29 01:27:38 1.5 *************** *** 1,16 **** 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%; } } --- 1,11 ---- body { ! margin: 15px auto; color: #111; padding: 0 10px; } @media (min-width: 800px) { body { ! max-width: 85%; } }