=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/openbsd.css,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** www/openbsd.css 2016/03/28 00:48:09 1.3 --- www/openbsd.css 2016/03/28 15:35:56 1.4 *************** *** 1,6 **** body { margin: 40px auto; - max-width: 1100px; line-height: 1.6; color: #111; padding: 0 10px; --- 1,5 ---- *************** *** 8,11 **** --- 7,16 ---- h1,h2,h3 { line-height: 1.2; + } + + @media (min-width: 800px) { + body { + max-width: 80%; + } }