Refactor the navigation bar for desktop, tablet, and mobile.
authorSarah Conway <sarah.conway@crunchydata.com>
Wed, 25 Apr 2018 20:55:36 +0000 (13:55 -0700)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Wed, 25 Apr 2018 20:55:36 +0000 (13:55 -0700)
commitd9ce01f74be9f2d7f0535ca74b23d649711b99c9
treea1bdc4cd4e44f6a2cafbaff158112ab87a820b65
parentd28e95d4bf90c4b4ca976c0fe722ddee906693de
Refactor the navigation bar for desktop, tablet, and mobile.

Specifically, the navigation bar now shrinks in height on scroll
and when on devices smaller than 768px. Additionally, the search
box disappears at the 1280px break point to avoid text wrapping.
A JavaScript file was added (main.js) to apply the "compressed"
class when scrolling, which is what provides the menu shrinking.
django/archives/mailarchives/templates/base.html
django/media/css/main.css
django/media/js/main.js [new file with mode: 0644]