|
@@ -2907,21 +2907,21 @@ time.published + .updated {
|
|
|
.site-content .contact-form label.checkbox-multiple,
|
|
|
.site-content .contact-form label.radio {
|
|
|
font-weight: normal;
|
|
|
- margin-bottom: 8px;
|
|
|
+ margin-bottom: .21875em;
|
|
|
}
|
|
|
.site-content .contact-form label.checkbox,
|
|
|
.site-content .contact-form > div {
|
|
|
- margin-bottom: 16px;
|
|
|
+ margin-bottom: .875em;
|
|
|
}
|
|
|
.site-content .contact-form textarea,
|
|
|
.site-content .contact-form input[type='text'],
|
|
|
.site-content .contact-form input[type='email'],
|
|
|
.site-content .contact-form input[type='url'],
|
|
|
.site-content .contact-form select {
|
|
|
- margin-bottom: 8px;
|
|
|
+ margin-bottom: .4375em;
|
|
|
}
|
|
|
.site-content .contact-form .grunion-field-label {
|
|
|
- margin-bottom: 4px;
|
|
|
+ margin-bottom: .21875em;
|
|
|
}
|
|
|
|
|
|
/*--------------------------------------------------------------
|