Skip to content

Commit c8816fd

Browse files
author
Ram swaroop
committed
font size for code block changed
1 parent 45df1c9 commit c8816fd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

_sass/base/_global.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ h3 {
4040
h4 {
4141
font-size: 1.15em;
4242
}
43+
pre {
44+
font-size: $font-size-code;
45+
}
4346
blockquote {
4447
border-left: 2px solid;
4548
padding: 1em 1em;

_sass/base/_variables.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
$font-family-main: 'Source Sans Pro', Helvetica, Arial, sans-serif;
33
$font-family-headings: 'Source Sans Pro', Helvetica, Arial, sans-serif;
44
$font-size: 1em;
5+
$font-size-code: .85em;
56

67
// Padding
78
$padding-large: 20%;

0 commit comments

Comments
 (0)