Skip to content

Commit

Permalink
add media query to the footer
Browse files Browse the repository at this point in the history
  • Loading branch information
lingua committed Apr 9, 2014
1 parent 0c97203 commit d6eead1
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions data/css/contrast-finder-addon.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ a {
}

#submit {
margin-top: 30px;
margin-top: 10px;
width: 100%;
}

Expand Down Expand Up @@ -138,12 +138,19 @@ a.btn.disabled {
opacity : 1;
}

#link-cf-website {
position:absolute;
bottom:0;
width:97%;
height:60px;
text-align: center;
@media (min-height: 600px) {
#link-cf-website {
position:absolute;
bottom:0;
width:97%;
height:60px;
text-align: center;
}
}
@media (max-height: 599px) {
#link-cf-website {
text-align: center;
}
}

.btn.btn-gray {
Expand Down

0 comments on commit d6eead1

Please sign in to comment.