Skip to content

Commit

Permalink
web: add Manta Ray as demo animal
Browse files Browse the repository at this point in the history
  • Loading branch information
sibgit committed Mar 5, 2025
1 parent 5290fe0 commit 4f9055b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ p {
ul {
display: grid;
grid-template-columns: repeat(2, auto); /* Two equal-width columns */
grid-template-rows: repeat(7, auto);
grid-template-rows: repeat(8, auto);
grid-auto-flow: column;
max-width: 1000px;
gap: 10px; /* Space between items */
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ <h1>Awesome Animal Awareness Project</h1>
<li><a href="gorilla.html">Gorilla</a></li>
<li><a href="honey_badger.html">Honey Badger</a></li>
<li><a href="kiwi_bird.html">Kiwi bird</a></li>
<li><a href="manta_ray.html">Manta ray (demo animal)</a></li>
<li><a href="octopus.html">Octopus</a></li>
<li><a href="pallas_cat.html">Pallas's cat</a></li>
<li><a href="platypus.html">Platypus</a></li>
Expand Down

0 comments on commit 4f9055b

Please sign in to comment.