summaryrefslogtreecommitdiff
path: root/style.css
blob: 1c8ccd6b2571b4508aec1bc6605d9cad91408915 (plain)
1
2
3
4
5
6
7
input[type=text] {
	width: 100%;
}
textarea {
	width: 100%;
	height: 10em;
}