about summary refs log tree commit diff
path: root/style.css
blob: 8cc42e5da153093ab047139cfc3ce484d9742db6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
body {
  max-width: 80ex;
  margin: auto;
}

footer {
  margin-bottom: 2em;
}

.list {
  padding: 1ex;
  border: 1px solid gray;
}