Increase reading font size
This commit is contained in:
parent
e2ef2bdb21
commit
78de6e2b34
2 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
.content-description {
|
||||
line-height: 1.6em;
|
||||
font-size: 1em;
|
||||
font-size: 15px;
|
||||
font-family: "Segoe UI", "Lucida Grande", Arial, sans-serif;
|
||||
|
||||
img {
|
||||
|
|
|
@ -72,7 +72,6 @@
|
|||
<script src="{{ JQUERY_JS }}"></script>
|
||||
{% endif %}
|
||||
<link rel="stylesheet" type="text/css" href="{{ static('markdown.css') }}">
|
||||
|
||||
{% compress js %}
|
||||
<script>{{ inlinei18n(LANGUAGE_CODE)|safe }}</script>
|
||||
{% if INLINE_JQUERY %}
|
||||
|
|
Loading…
Reference in a new issue