chingu-voyages / v48-tier1-team-05

A dinosaur app for viewing detailed information about your favorite dinosaurs | Chingu Voyage-48 | https://chingu.io/
https://chingu-voyages.github.io/v48-tier1-team-05/
4 stars 1 forks source link

Modify map section y #149

Closed yusuken1121 closed 7 months ago

yusuken1121 commented 7 months ago
  1. Set the maximum height for the container that lists dinosaurs. This will help maintain a consistent and manageable size for the list, ensuring that it does not stretch too long and become difficult to navigate.

  2. Introduce a scrollbar for the dinosaur list container. If the number of dinosaurs exceeds the capacity of the container (based on the maximum height set), a scrollbar should appear. This allows users to scroll through the list without impacting the overall layout of the page.

  3. Increase the top margin of the footer section. Adding more space above the footer will visually separate it from the content above, improving the page's overall aesthetics and readability.