git.jasLogic.tech
- translated legal notice and privacy to english
[jaslogic.tech] / stylesheet.css
1 * {
2 font-family: "Courier New", monospace;
3 margin: 0px;
4 padding: 0px;
5 }
6
7 body {
8 max-width: 700px;
9 padding: 10px;
10 }
11
12 h2 {
13 padding-top: 20px;
14 }
15
16 p {
17 padding-top: 5px;
18 padding-left: 10px;
19 }
20
21 footer {
22 width: 100vw;
23 position: fixed;
24 bottom: 0;
25 }
26
27 footer a {
28 padding-bottom: 10px;
29 padding-right: 10px;
30 }