Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tweak footer widths, fixes sidekiq#2411
  • Loading branch information
mperham committed Jun 30, 2015
1 parent 5fbb0e7 commit e3d842b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/assets/stylesheets/application.css
Expand Up @@ -759,16 +759,16 @@ div.interval-slider input {

@media (min-width: 992px) {
.redis-url {
max-width: 340px;
max-width: 390px;
}

.redis-namespace {
max-width: 350px;
max-width: 300px;
}
}
@media (min-width: 1200px) {
.redis-url {
max-width: 540px;
max-width: 480px;
}

.redis-namespace {
Expand Down

0 comments on commit e3d842b

Please sign in to comment.