Increase font size

This commit is contained in:
Oliver Davies 2018-12-29 09:47:13 +00:00
parent e6ffc6a643
commit 31c8785070
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@
{% import _self as helpers %}
<!DOCTYPE html>
<html class="no-js text-sm" lang="en-GB">
<html class="no-js text-sm md:text-base" lang="en-GB">
<head>
<title>{{ helpers.htmlTitle(site, page) }}</title>
{% include 'meta' %}

View file

@ -6,9 +6,9 @@
</div>
<div class="flex items-center">
<p class="mb-0">
<p class="mb-0 text-sm">
{% if url %}
<a class="link" href="{{ url }}">{{ title }}</a>
<a href="{{ url }}">{{ title }}</a>
{% else %}
{{ title }}
{% endif %}