CyCraft / CyCraft/blitzar

docs: add something on form style responsive columns (screen width)

Open
#53 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.