summaryrefslogtreecommitdiff
path: root/static/style.css
blob: 07ebd996342120baf3fa7e626cbf2f01920512c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

  body {
    font-family: 'arial';
    padding: 0;
    margin: 0;
  }
  img {
    max-width: 99%;
    width: auto;
    height: auto;
  }
  main, header, footer {
    width: 800px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 0.5em;
  }
  article {
    margin-bottom: 20px;
  }