Skip to content
This repository was archived by the owner on Jan 30, 2019. It is now read-only.

Commit c2b927e

Browse files
committed
Added slightly bigger margins to some elements
1 parent bbea39c commit c2b927e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Blog/css/site.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ h3 {
2424
font-size: 1.4em;
2525
}
2626

27+
h4 {
28+
margin: 1em 0;
29+
}
30+
2731
header {
2832
background: url(../img/CoffeeRing.png) no-repeat top right;
2933
height: 160px;
@@ -34,6 +38,10 @@ a:link, a:active, a:visited {
3438
color: #ff1414;
3539
}
3640

41+
pre {
42+
margin: 1em 0;
43+
}
44+
3745
footer {
3846
background-color: #000;
3947
color: #bebebe;
@@ -55,4 +63,4 @@ footer a:link, footer a:active, footer a:visited {
5563

5664
p.postMeta {
5765
color: #aaa;
58-
}
66+
}

0 commit comments

Comments
 (0)