Increase left margin
This commit is contained in:
parent
c900558d03
commit
944045d4cd
|
@ -9,7 +9,7 @@
|
||||||
<nav class="w-3/4 text-right">
|
<nav class="w-3/4 text-right">
|
||||||
{% for link in site.nav_links %}
|
{% for link in site.nav_links %}
|
||||||
<a href="{{ link.href }}"
|
<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 -}}
|
{{- link.title -}}
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Reference in a new issue