This repository has been archived by the owner. It is now read-only.
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,15 @@ | ||
@media only screen and (max-width: 767px) { | ||
// More Information about Media Queries http://foundation.zurb.com/docs/media-queries.html | ||
|
||
// Medium screens | ||
// max-width 1024px, use when QAing tablet-only issues */ | ||
@media only screen and (max-width: 64em) { | ||
.rtp-nav-container { display: none; } | ||
a.rtp-menu-icon { display: block; } | ||
} | ||
|
||
|
||
@media only screen and (min-width: 767px) { | ||
// Large screens | ||
// min-width 1025px, large screens | ||
@media only screen and (min-width: 64.063em) { | ||
body { left: auto !important; position: relative !important; right: auto !important; width: auto !important; } | ||
.sidr { display: none !important; right: 0 !important; } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BIN
-52.4 KB
(61%)
screenshot.png
100755 → 100644
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.