Increase leading
This commit is contained in:
parent
f54cd7b3e7
commit
4fcdc33139
|
@ -20,7 +20,7 @@
|
||||||
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
|
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</head>
|
</head>
|
||||||
<body class="antialiased font-sans text-gray-800 leading-normal">
|
<body class="antialiased font-sans text-gray-800 leading-relaxed">
|
||||||
<div id="app" v-cloak>
|
<div id="app" v-cloak>
|
||||||
{% block body %}{% endblock %}
|
{% block body %}{% endblock %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue