Css adjustements for small screens

This commit is contained in:
Frederic Guillot
2015-09-05 18:44:50 -04:00
parent c62e14f1cc
commit 8dacc0f5d5
2 changed files with 3 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -153,12 +153,8 @@ input.form-input-large {
.form-column { .form-column {
float: left; float: left;
padding-right: 50px; margin-right: 3%;
max-width: 50%; max-width: 47%;
}
.form-column:first-child {
padding-left: 0;
} }
.form-column ul { .form-column ul {