remove hard coded font-style

This commit is contained in:
Set Hallstrom 2020-07-28 12:09:08 +02:00
parent 214a2590e3
commit 2c4e92adeb
9 changed files with 12 additions and 12 deletions

View file

@ -104,7 +104,7 @@ lang: en
</div>
</div>
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
<div class="content" style="font-size: 16px;margin-top:60px;">
{{ content }}
<p>{{ page.credits }}</p>
</div>