Increase font size
This commit is contained in:
parent
e6ffc6a643
commit
31c8785070
|
@ -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' %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue