Skip to content

Commit

Permalink
Update project-structure.html
Browse files Browse the repository at this point in the history
  • Loading branch information
MalikWhitten67 committed Sep 28, 2023
1 parent b7a6d4e commit a84316b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/docs/basics/project-structure.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2 class="text-4xl font-bold mt-8">Directories</h2>
- **public/*** - Your public folder (images, fonts, library files)
</markdown>

<markdown class=" text-md bg-base-200 w-fit rounded ">
<markdown class=" text-md bg-base-200 p-2 w-fit rounded ">
src/
</markdown>
<markdown class="">
Expand All @@ -45,7 +45,7 @@ <h2 class="text-4xl font-bold mt-8">Directories</h2>
- **markdown/*** - Your markdown files

</markdown>
<markdown class=" text-md bg-base-200 w-fit rounded ">
<markdown class=" p-2 text-md bg-base-200 w-fit rounded ">
public/
</markdown>
<markdown>
Expand Down

0 comments on commit a84316b

Please sign in to comment.