DanielSegarra36 / DanielSegarra36/DanielSegarra36.github.io
Add Constraints and Spacing to Form
Open
bug
enhancement
good first issue
- Dominant language
- Astro
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Add `max-width` and `margin`:
```
#contact-form {
...
max-width: 80%;
margin: 0 auto;
...
}
```
For more blank space around contact form on mobile
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.