about summary refs log tree commit diff stats
path: root/style.css
blob: 998db0fc49fafbfb9b1d9ddf683b37e914280571 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
body {
  font-family: Arial, Helvetica, sans-serif; 
  max-width: 40em;
  line-height: 20px;
}

#content {
  margin: 20px;
  padding: 10px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
}

code {
  background-color: #eee;
  padding: 5px 5px;
}

@media screen and (max-width: 400px) {
  h1 {
    font-size: 1.5em;
  }
}