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

Annotation of www/openbsd.css, Revision 1.4

1.1       sthen       1: body {
                      2:        margin: 40px auto;
                      3:        line-height: 1.6;
                      4:        color: #111;
                      5:        padding: 0 10px;
                      6: }
                      7:
                      8: h1,h2,h3 {
                      9:        line-height: 1.2;
1.4     ! natano     10: }
        !            11:
        !            12: @media (min-width: 800px) {
        !            13:        body {
        !            14:                max-width: 80%;
        !            15:        }
1.1       sthen      16: }