Skip to content

Commit

Permalink
move ids to proper divs (#1754)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipkappa authored Jul 3, 2023
1 parent 67d631f commit e9e77bd
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ <h3 class="mb-3 font-bold">About the <code>initTE</code> method</h3>
>.
</p>

<p class="mb-2" id="download-npm-step-2">2. Run the following command to install the package via NPM:</p>
<div class="pt-2">
<p class="mb-2">2. Run the following command to install the package via NPM:</p>
<div class="pt-2" id="download-npm-step-2">
{{< twsnippet/wrapper "terminal" "" "mobile" >}}{{< twsnippet/code active=true lang="Plaintext" type="terminal" >}}
npm install tw-elements
{{< /twsnippet/code >}}{{< /twsnippet/wrapper >}}
Expand Down Expand Up @@ -183,7 +183,7 @@ <h3 class="mb-3 font-bold">About the <code>initTE</code> method</h3>
structure of your project.
</p>

<div class="pt-2">
<div class="pt-2" id="download-npm-step-4">
{{< twsnippet/wrapper "index.html" "" "mobile" >}}
<!-- prettier-ignore -->
{{< twsnippet/code active=true lang="HTML" >}}
Expand Down

0 comments on commit e9e77bd

Please sign in to comment.