Commit a7260427 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'increase-font-size' into 'master'

Increase font size

Increase markdown typography font size to 15px.

Affected:

* wiki
* issue/mr description
* md files
* comments

Fixes #1662

See merge request !1265
parents 291571ec b34f1be4
......@@ -42,7 +42,6 @@
}
.file-content {
background: #fff;
font-size: 11px;
&.image_file {
background: #eee;
......@@ -54,8 +53,6 @@
}
&.wiki {
font-size: 14px;
line-height: 1.6;
padding: 25px;
.highlight {
......
......@@ -58,8 +58,8 @@
}
@mixin md-typography {
font-size: 14px;
line-height: 1.6;
font-size: 15px;
line-height: 1.5;
img {
max-width: 100%;
......@@ -93,7 +93,7 @@
blockquote p {
color: #888;
font-size: 14px;
font-size: 15px;
line-height: 1.5;
}
......
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