Slightly reduce top margin of back to tabs link
This commit is contained in:
parent
4850e82bf0
commit
186cf26604
@ -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…
x
Reference in New Issue
Block a user