Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
Media queries for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
jbate committed Sep 21, 2015
1 parent d62d1f0 commit 7ffcbe2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,18 @@ input[type="text"], select {
.formatted-address label {
display: inline-block;
width: 30%;
}

/* Media queries */
@media (max-width: 480px) {

/* Reduce horizontal padding */
.filter-primary {
padding: 2.5em 5em;
}

/* Increase form width */
form, form.dual-form {
width: 100%;
}
}

0 comments on commit 7ffcbe2

Please sign in to comment.