Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Jan 29, 2024
1 parent de682dd commit 22ac3cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ <h2>Usage instructions: Making Frog leap</h2>

<h2>Demo</h2>

<img src="frogdemo.gif" alt="frog demo" />
<img class="full" src="style/frogdemo.gif" alt="frog demo" />

</section>

Expand Down
5 changes: 5 additions & 0 deletions style/lamalayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -246,3 +246,8 @@ img.big {
margin-right: auto;
width: 60%;
}
img.full {
margin-left: auto;
margin-right: auto;
width: 90%;
}

0 comments on commit 22ac3cf

Please sign in to comment.