update twttr handle
[~bandali/bndl.org] / style.css
CommitLineData
cb742bb6
AB
1body {
2 padding: 1rem 5%;
3 line-height: 1.45;
4}
5header {text-align: center}
6header, section {margin-bottom: 1.7rem}
7#sub {
8 color: #444;
9 font-size: 0.9rem;
10 position: relative;
11 top: -0.75rem;
12}
13main {
6d80ac58 14 min-width: 30rem;
cb742bb6
AB
15 max-width: 50rem;
16 padding-bottom: 1rem;
17}
18td {padding: 0 0.25rem}
19dl {margin-left: 2.5rem}
20#contact {margin-bottom: 0}
21code {font-size: 14px}
22a:link {
23 color: #004caa;
24 text-decoration: none;
25 border-bottom: 1px solid #ddd;
26}
27a:hover {
28 background-color: #004caa;
29 color: #ffffff;
30}
31.btable th {
32 color: #777;
33 text-align: center;
34 font-size: 0.9em;
35 font-weight: normal;
36}
fff94735 37.btable td {padding: 0 0.3rem}
6d80ac58
AB
38.btable td:first-child {padding-left: 0}
39.btable td:last-child {padding-right: 0}
cb742bb6
AB
40#theses {padding-left: 1rem}
41h1, h2, h3, h4, h5 {line-height: 1.15}