Steven Spriggs
Steven Spriggs
> Would probably break pages though 🤔 This is what I'm thinking.
For PFE we are deploying these sites to two different domains then there is redirects in netlify.toml ``` [[redirects]] from = '/v1/*' to = 'https://release-v1--patternfly-elements.netlify.app/:splat' status = 200 force =...
> do you all think adding `Subnavigation` to the patterns pages would help us better organize all of the information? Yup. They contain all the same style content including a...
`` has been created in #1465 to serve ux.redhat.com until more discovery on `` is done
Easy win: just by changing minmax (400px -> 290px) on the grid-template-columns can move to 3 columns. ``` @media (min-width: 820px) .multi-column--min-400-wide { grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); } ``` 
Partially handled in #1465. I'll leave this issue open if we want to add in a toggle and we can close the ticket in a separate PR..
Noted we are waiting on #1291 to merge for `rh-context-demo`
FWIW on `` the hardcoded 200px came up in discussion when we developed the component. It was decided on as a single tab in a small or mobile view may...
> > by actual overflowing of the container width > > https://caniuse.com/css-container-queries For chansey, looking at implementing in navigation secondary as well. https://github.com/RedHat-UX/red-hat-design-system/pull/1411 /cc @bennypowers @coreyvickery
@marionnegp @coreyvickery @markcaron super early implementation of this can be found: https://deploy-preview-1465--red-hat-design-system.netlify.app/foundations/personalization/ https://github.com/RedHat-UX/red-hat-design-system/pull/1465