Prevent form field descriptions from becoming unwieldily long

Yes that’s a word. As of now.
This commit is contained in:
John O'Nolan 2014-01-21 14:33:05 +07:00
parent f185a5d616
commit b05f00087a

View File

@ -45,6 +45,7 @@ form {
}
p {
max-width: 400px;
color: darken($brown, 5%);
font-size: 1em;
margin: 0;