Slightly reduce top margin of back to tabs link

This commit is contained in:
Helen Chong 2024-07-03 17:26:00 +08:00
parent 341243b6bc
commit 239aa71b6c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ isContentDivided: true
{% if group.data.updated %}
<p style="margin-top: 3em;">(This list was last updated on {{ group.data.updated | formatDate }})</p>
{% 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>
{%- endfor %}
</article>