_includes/navigation.html in minimal-jekyll-theme-0.1.2 vs _includes/navigation.html in minimal-jekyll-theme-0.1.3

- old
+ new

@@ -1,5 +1,5 @@ -<div class="flex-l justify-between items-center mw7 mw8-l w-100 {% if page.sidebar %}center-l{% else %}center{% endif %} pa3 ph4-m"> +<div class="flex-l justify-between items-center mw7 mw8-l w-100 {% if page.sidebar %}center-l{% else %}center{% endif %} pt3 pb3 pl3 pr3-ns ph4-m"> {% if page.header.navigation == 'fancy' %} <a class="white link f2 f3-l fw4 dim mr3" href="{{ '/' | absolute_url }}" title="Home">{{ site.title }}</a> {% else %} <a class="black link f2 f3-l fw4 dim mr3" href="{{ '/' | absolute_url }}" title="Home">{{ site.title }}</a> {% endif %} \ No newline at end of file