Skip to content

Commit

Permalink
fixed small issues in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrayb committed Nov 21, 2024
1 parent 0df465b commit ebd08f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/about/docs.astro
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ Example:
` />
<p class="mt-3">Result:</p>

<InlineEquation equation=`\\\\vec{F} = m\\\\vec{a}` /> is a very important equation you guys need to remember.
<InlineEquation equation=`\\vec{F} = m\\vec{a}` /> is a very important equation you guys need to remember.
</SubSubSection>


Expand Down Expand Up @@ -425,7 +425,7 @@ Example:

<p class="mt-3">Result:</p>
<div style="width: 100%; display: flex; align-items: center; justify-content:center;">
<Image src="/public/Solid_Mechanics/Bending-Figures/Geometry.png" width="5" />
<Image src="/Solid_Mechanics/Bending-Figures/Geometry.png" width="5" />
</div>

<p class="mt-3"><u>Regular:</u></p>
Expand All @@ -444,7 +444,7 @@ Example:

<p class="mt-3">Result:</p>
<div style="width: 100%; display: flex; flex-direction: column; align-items: center; justify-content:center;">
<Image src="/public/Solid_Mechanics/Torsion-Figures/Equilibrium.png" width="3">
<Image src="/Solid_Mechanics/Torsion-Figures/Equilibrium.png" width="3">
Wow that's a beautiful image
</Image>
</div>
Expand Down

0 comments on commit ebd08f6

Please sign in to comment.