8253ebd3f1f25da0b377ab3441a7f55401b3cbef
[pharext/pharext.org] / public / index.css
1 .footer {
2 position: fixed;
3 bottom: 0px;
4 width: 100%;
5 height: 60px;
6 background-color: #F5F5F5;
7 }
8
9 body {
10 margin-bottom: 60px;
11 }
12
13 .footer > .container {
14 padding: 15px;
15 text-align: center;
16 }
17
18 pre {
19 display: inline-block;
20 background-color: #444;
21 color: #ccc;
22 }
23
24 h4 {
25 margin-top: 20px;
26 }