Skip to content

Commit

Permalink
feat(display): update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Nov 7, 2024
1 parent ee4e9bf commit b513164
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
</head>
<body>
<div class="container">
<h1 class="text-center">Taxons around me</h1>
<h1 class="text-center mt-3 mb-3">🐦Taxons around me🐛</h1>


<!-- DEBUT FORM -->
<div class="rounded-3" id="form-container">
Expand Down Expand Up @@ -90,7 +91,7 @@ <h1 class="text-center">Taxons around me</h1>

<!-- DEBUT DISPLAY LIST -->
<div
class="row row-cols-md-4 row-cols-sm-1 row-cols-xs-1 mt-3"
class="row row-cols-md-4 row-cols-sm-1 row-cols-xs-1 m-3"
id="taxons-results"
></div>
<!-- FIN DISPLAY LIST -->
Expand Down

0 comments on commit b513164

Please sign in to comment.