Skip to content

Commit 2fdae49

Browse files
committed
style(*): tweak styles
1 parent 0bfb5cd commit 2fdae49

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

themes/deis/static/css/main.css

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
body {
2+
font-size: 16px;
3+
}
14
footer {
25
display: none;
36
width: 201px;
@@ -12,22 +15,22 @@ h1, h2, h3, h4, h5, h6 {
1215
}
1316
h1 {
1417
display: inline-block;
15-
padding: 50px 0 45px 0;
16-
margin-bottom: 21px;
18+
margin-top: 24px;
19+
margin-bottom: 24px;
1720
font-size: 36px;
1821
}
1922
h2 {
20-
margin-top: 48px;
21-
margin-bottom: 24px;
22-
font-size: 36px;
23+
margin-top: 24px;
24+
margin-bottom: 12px;
25+
font-size: 24px;
2326
}
2427
h3 {
25-
font-size: 16px;
28+
font-size: 18px;
2629
font-weight: 300;
2730
}
2831
h4 {
2932
margin: 50px 0 50px 0;
30-
font-size: 28px;
33+
font-size: 18px;
3134
font-style: italic;
3235
line-height: normal;
3336
color: #999;
@@ -47,6 +50,9 @@ p {
4750
img {
4851
border: 0!important;
4952
}
53+
li {
54+
margin: 6px;
55+
}
5056
.fork {
5157
float: right;
5258
}

0 commit comments

Comments
 (0)