dxc-technology / halstack-react

Library of components for building SPAs with React and Halstack Design System
https://developer.dxc.com/halstack/
Apache License 2.0
15 stars 14 forks source link

Fix responsive Quicknav in website #1611

Closed GomezIvann closed 1 year ago

GomezIvann commented 1 year ago

Checklist (Check off all the items before submitting)

Purpose The column of the quick nav was still present when the media query made it disappear on small screens, making the rest of the content shrink too much.

Description Adding a media query which removes the quick nav grid column when the screen is smaller.

Screenshots image