git ssb

0+

Rômulo Alves / website



Tree: 9c727694dee8965f6bced007f39a915b5df6f49b

Files: 9c727694dee8965f6bced007f39a915b5df6f49b / src / style.css

334 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: 200px;
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 margin-top: 50px;
31}
32
33a {
34 font-size: 12px;
35 margin-right: 8px;
36}

Built with git-ssb-web