Slightly reduce top margin of back to tabs link

This commit is contained in:
Leilukin 2024-07-03 17:26:00 +08:00 committed by Helen Chong
parent 4850e82bf0
commit 186cf26604

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>