/**
 * LOGO FIX OVERRIDE - Emergency Mobile Footer Asset Recovery
 * 
 * This file was missing and causing 404 errors that disrupted CSS cascade.
 * Minimal implementation to restore asset pipeline functionality.
 */

/* Logo positioning fixes for mobile */
@media (max-width: 768px) {
    .nav__logo {
        max-width: 120px !important;
        height: auto !important;
    }
}