docs: add something on form style responsive columns (screen width)
Open
- Dominant language
- Vue
- Stars
- 126
- Forks
- 22
- PR merge metrics
- No merged PRs in 30d
Description
targeting `.blitz-form__form`
you can apply responsive columns (I think)
eg.
```sass
.blitz-form__form
grid-template-columns: 1fr 1fr !important
@media (max-width: 600px)
.blitz-form__form
grid-template-columns: 1fr !important
```
need to add some example similar to this to docs.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.