scientist-softserv / webstore-component-library

A React component library intended for use with WebStore applications.
https://www.npmjs.com/package/@scientist-softserv/webstore-component-library
2 stars 0 forks source link

adjust logo size on smaller screens #209

Closed alishaevn closed 7 months ago

alishaevn commented 8 months ago

Story

the logo in the navbar overlaps the menu button on screens <= 485px wide. on smaller screens, it extends off the screen entirely. the logo should behave responsively instead.

Acceptance Criteria

Screenshots / Video

image

Implementation Suggestions