Files
cloudflare__vinext/examples/hackernews/components/comment-form.module.css
2026-02-24 09:29:39 -06:00

17 lines
187 B
CSS

.textarea {
width: 400px;
height: 100px;
display: block;
margin-bottom: 10px;
}
.button {
padding: 3px 4px;
}
@media (max-width: 750px) {
.textarea {
width: 100%;
}
}