Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

set breakpoint to enable touch controls for landscape ipad #366

Merged
merged 1 commit into from
Oct 15, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/css/layout/footer.scss
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@
}


@media only screen and (max-width : 991px) {
@media only screen and (max-width : 1024px) {
.bottom-footer, .fold-pusher {
height: 200px;
}
@@ -74,7 +74,7 @@
}
}

@media only screen and (min-width : 992px) {
@media only screen and (min-width : 1025px) {
.bottom-footer, .fold-pusher {
height: 270px;
}
4 changes: 2 additions & 2 deletions assets/css/layout/header.scss
Original file line number Diff line number Diff line change
@@ -224,7 +224,7 @@
}
}

@media only screen and (max-width : 991px) {
@media only screen and (max-width : 1024px) {
.header-wrapper {
// When autocomplete list is displayed, hide all menu items and footer (except copyright notice)
&.autocomplete .menu-item:not(.search-wrapper),
@@ -315,7 +315,7 @@
}
}

@media only screen and (min-width : 992px) {
@media only screen and (min-width : 1025px) {
.header-wrapper {
background: #fff;
position: relative;
4 changes: 2 additions & 2 deletions assets/css/topcoder.scss
Original file line number Diff line number Diff line change
@@ -13,10 +13,10 @@ body {

.fold-wrapper {
min-height: 100%;
@media only screen and (min-width : 992px) {
@media only screen and (min-width : 1025px) {
margin: 0 auto -270px;
}
@media only screen and (max-width : 991px) {
@media only screen and (max-width : 1024px) {
margin: 0 auto -200px;
}
}