Commit 79915528 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'bigger-font' into 'master'

Bigger font-size for code browsing

See merge request !1439
parents 2b050601 2b8b0602
...@@ -10,8 +10,8 @@ ...@@ -10,8 +10,8 @@
border: none; border: none;
border-radius: 0; border-radius: 0;
font-family: $monospace_font; font-family: $monospace_font;
font-size: 12px !important; font-size: $code_font_size !important;
line-height: 16px !important; line-height: 1.4 !important;
margin: 0; margin: 0;
overflow: auto; overflow: auto;
overflow-y: hidden; overflow-y: hidden;
...@@ -38,8 +38,8 @@ ...@@ -38,8 +38,8 @@
a { a {
font-family: $monospace_font; font-family: $monospace_font;
display: block; display: block;
font-size: 12px !important; font-size: $code_font_size !important;
line-height: 16px !important; line-height: 1.4 !important;
white-space: nowrap; white-space: nowrap;
i { i {
......
...@@ -59,3 +59,4 @@ $list-font-size: 15px; ...@@ -59,3 +59,4 @@ $list-font-size: 15px;
$sidebar_width: 230px; $sidebar_width: 230px;
$avatar_radius: 50%; $avatar_radius: 50%;
$code_font_size: 13px;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment