sdmisra / AvianAnthems

This is an app that enables access to the beautiful music of the world around us
https://avian-anthems.vercel.app
2 stars 3 forks source link

Feat/app css #31

Closed jmartin777 closed 1 year ago

jmartin777 commented 1 year ago

🛠️ Description of this branch

*Breakpoints 320px, 768px, and 1200px

*Flexbox is used effectively in several places, such as the .App-header, .info-container, and .bird-data-container, to achieve vertical and horizontal centering of elements.

*App logo, osci image, and nest image, have defined sizes and styles (responsive)

🧠 Context or Rationale for this code

What is helpful for team to know and understand about decisions made in this code.

-CSS rules targeting specific breakpoints to adapt the layout and styles for different screen sizes.

👀 Checks

✍🏽 Notes, Questions, What's Next

Specific CSS rules targeting the breakpoints at 320px, 768px, and 1200px are still in the works. To achieve responsiveness, more CSS rules can be implemented within out J-querys.

Screenshot