Increase left margin

This commit is contained in:
Oliver Davies 2017-11-21 20:53:32 +00:00
parent c900558d03
commit 944045d4cd

View file

@ -9,7 +9,7 @@
<nav class="w-3/4 text-right">
{% for link in site.nav_links %}
<a href="{{ link.href }}"
class="inline-block pt-4 pb-3 ml-3 {{ page.url matches '#^' ~ (link.pattern ?: link.href) ~ '/?#' ? 'border-b-3 border-blue' }}">
class="inline-block pt-4 pb-3 ml-4 {{ page.url matches '#^' ~ (link.pattern ?: link.href) ~ '/?#' ? 'border-b-3 border-blue' }}">
{{- link.title -}}
</a>
{% endfor %}