git ssb

0+

Rômulo Alves / website



Tree: 1bfb0d193cbe211d8658796595d6f4020592add5

Files: 1bfb0d193cbe211d8658796595d6f4020592add5 / src / style.css

468 bytesRaw
1* {
2 font-family: Menlo, Monaco, Consolas;
3}
4
5body {
6 padding-top: 80px;
7}
8
9.container {
10 margin: 0 auto;
11 text-align: center;
12 width: 90%;
13}
14
15h1, h2 {
16 padding: 0;
17 margin: 0;
18}
19
20h1 {
21 font-size: 25px;
22}
23
24h2 {
25 color: #888;
26 font-size: 15px;
27}
28
29aside,
30.content {
31 margin-top: 50px;
32}
33
34.content section {
35 margin-top: 25px;
36}
37
38aside a,
39.content a {
40 display: inline-block;
41 font-size: 12px;
42 margin: 0 15px 15px 0;
43}
44
45.content h1 {
46 font-size: 20px;
47}
48

Built with git-ssb-web