cloudflare/vinext

Public

mirrored from https://github.com/cloudflare/vinextAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
75742312bbb2dbd7f86e449da03fc5e6f1bc7f84

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

examples/hackernews/components/comment-form.module.css

16lines · modecode

1.textarea {
2 width: 400px;
3 height: 100px;
4 display: block;
5 margin-bottom: 10px;
6}
7
8.button {
9 padding: 3px 4px;
10}
11
12@media (max-width: 750px) {
13 .textarea {
14 width: 100%;
15 }
16}
17