Skip to content

Commit bb9b778

Browse files
committed
minor modifications
1 parent 3b17a5b commit bb9b778

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorial.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@import "colors.scss";
1010
@import "html_default.scss";
1111

12-
$line-height: 35px;
12+
$line-height: 25px;
1313

1414
$font-size: 15px;
1515
// }}}
@@ -170,12 +170,13 @@ ol ol > li:before {
170170
code
171171
{
172172
border-radius: 4px;
173-
padding: 4px;
173+
padding: 2px 4px;
174174
line-height: $line-height;
175175
}
176176
// block
177177
pre
178178
{
179+
padding: 2px 4px;
179180
font-size: $font-size;
180181
}
181182
// }}}

0 commit comments

Comments
 (0)