Increase reading font size

This commit is contained in:
cuom1999 2022-11-03 22:16:25 -05:00
parent e2ef2bdb21
commit 78de6e2b34
2 changed files with 1 additions and 2 deletions

View file

@ -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 {

View file

@ -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 %}