Slightly reduce top margin of back to tabs link
This commit is contained in:
parent
341243b6bc
commit
239aa71b6c
|
@ -34,7 +34,7 @@ isContentDivided: true
|
||||||
{% if group.data.updated %}
|
{% if group.data.updated %}
|
||||||
<p style="margin-top: 3em;">(This list was last updated on {{ group.data.updated | formatDate }})</p>
|
<p style="margin-top: 3em;">(This list was last updated on {{ group.data.updated | formatDate }})</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="#linktabs" class="tab__btn" style="margin-top: 3em;">Back to tabs</a>
|
<a href="#linktabs" class="tab__btn" style="margin-top: 2em;">Back to tabs</a>
|
||||||
</section>
|
</section>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</article>
|
</article>
|
Loading…
Reference in New Issue