github.com/web-platform-tests/wpt.fyi@v0.0.0-20240530210107-70cf978996f1/webapp/static/common.css (about)

     1  * {
     2    margin: 0;
     3    padding: 0;
     4  }
     5  body {
     6    font-size: 16px;
     7    font-family: Arial;
     8    color: #333;
     9    padding: 0 16px;
    10  }
    11  #content {
    12    margin: 0 auto;
    13    max-width: 1400px;
    14    padding-bottom: 2em;
    15  }
    16  a {
    17    text-decoration: none;
    18    color: #0d5de6;
    19  }
    20  footer {
    21    margin: 0.5em 0;
    22  }
    23  
    24  wpt-results {
    25    margin-bottom: 5em;
    26  }
    27  
    28  article {
    29    margin-top: 2em;
    30    line-height: 1.5em;
    31    font-size: 1.2em;
    32  }
    33  article h1 {
    34    font-size: 2em;
    35    margin-bottom: 0.5em;
    36  }
    37  article h2 {
    38    font-size: 1.5em;
    39    margin-bottom: 0.5em;
    40  }
    41  article p, ul {
    42    margin-bottom: 1em;
    43  }
    44  article ul {
    45    margin-left: 2em;
    46  }