On the homepage when viewing with Safari the feature blocks have cut-off text and cause horizontal scroll. https://user-images.githubusercontent.com/415/203113926-2b619fe7-f19f-4757-9782-30339a87da4b.mp4 The culprit appears to be [this min-width style](https://github.com/starbeamjs/docs/blob/main/src/%24components/Home.vue#L70). Removing that line shows all text and lets the feature boxes wrap.