summaryrefslogtreecommitdiffhomepage
path: root/resources/sass/style.scss
blob: 8539f95a98da065ef944249428a65c52c25a94c6 (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
25
26
27
28
29
30
31
32
33
@import "bootstrap";

.container {
  max-width: 970px;
}

img#profile {
  margin-right: 1em;
}

table {
  tr {
    td {
      vertical-align: top;

      &:first-child {
        min-width: 120px;
        padding-right: 1em;
      }
    }
  }

  margin-bottom: 6px;
}

span.tt {
  font-family: monospace;
}

footer {
  padding-bottom: 10px;
}