Skip to content

Commit

Permalink
fix margin for help page
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Prom committed Nov 1, 2024
1 parent b12d502 commit 7309b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions help/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@

<h1>Help and Tutorials</h1>

<div class="uk-flex uk-flex-center uk-flex-right@s">
<div class="uk-flex uk-flex-center uk-flex-right@s uk-margin-bottom">
<button class="uk-button uk-margin-small-right uk-button-primary" onclick="expandAllAccordion()">expand all</button>
<button class="uk-button uk-button-primary" onclick="collapseAllAccordion()">collapse all</button>
</div>
{% if site.data.tutorials %}
{% assign tutorials = site.data.tutorials %}
{% for item in tutorials %}
{% for cat1 in item.category_main %}
<h3>{{ cat1.name }}</h3>
<h3 class="uk-margin-remove-top">{{ cat1.name }}</h3>
{% for resource in cat1.resources %}
<div>
{% for cat2 in resource.category_sub %}
Expand Down

0 comments on commit 7309b0e

Please sign in to comment.