Skip to content

Commit 77aec59

Browse files
committed
Improve readability by increasing CSS line-height
1 parent 4995616 commit 77aec59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/stylesheets/site.css.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ body {
33
color:black;
44
font-family:sans-serif;
55
margin:0;
6+
line-height: 1.2;
67
}
78

89
#content {
@@ -94,4 +95,4 @@ pre code {
9495
display:inline-block;
9596
background: #eee;
9697
font-size:small;
97-
}
98+
}

0 commit comments

Comments
 (0)