Skip to content

Commit c9b2fc0

Browse files
committed
changed font of code snippet to 12px from 11px
1 parent 4a05263 commit c9b2fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeSnippet.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@ export default {
122122
<style lang="stylus" scoped>
123123
// resize handled by vue lifecycle methods
124124
.code-editor {
125-
font-size: 11px;
125+
font-size: 12px;
126126
}
127127
</style>

0 commit comments

Comments
 (0)