/*
 * Theme additions on top of the ported screen.css. Keep this file small: every rule here is a
 * deliberate deviation or a WordPress-only need, and each one is documented.
 */

/* WordPress admin bar pushes the fixed header down (logged-in users only). */
body.admin-bar header.header { top: 32px; }
@media screen and (max-width: 782px) { body.admin-bar header.header { top: 46px; } }
