mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
17 lines
187 B
CSS
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%;
|
|
}
|
|
}
|