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

21 lines
180 B
CSS
Raw Permalink Normal View History

2024-03-03 21:05:19 +00:00
body {
font-size: 16px;
}
p {
line-height: 1.8;
}
input, textarea {
display: block;
}
#wrapper {
width: 750px;
margin: 0 auto;
}
2024-03-03 21:51:19 +00:00
.error {
color: red;
}