cloudflare/vinext

Public

mirrored fromhttps://github.com/cloudflare/vinextAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
23f9e1e13decb3ee024adc6a091b9252427f8e2e

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