webweav.ing/ui/static/css/main.css

21 lines
180 B
CSS

body {
font-size: 16px;
}
p {
line-height: 1.8;
}
input, textarea {
display: block;
}
#wrapper {
width: 750px;
margin: 0 auto;
}
.error {
color: red;
}