Skip to content

Commit

Permalink
more breakpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
amasad committed Dec 2, 2013
1 parent a30365e commit 2bf4050
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/history.css
Expand Up @@ -126,6 +126,22 @@ header {
}
}

@media all and (max-width:632px) {
.top-bar {
display: none;
}
}

@media all and (max-width:460px) {
.query-wrapper, .advanced-search {
width: 150px;
}
}
@media all and (max-width:365) {
.query-wrapper, .advanced-search {
width: 80px;
}
}
section.content {
position: relative;
}
Expand Down

0 comments on commit 2bf4050

Please sign in to comment.