/** * Layout styles * This file contains the layout styles for the application * Layout has 5 main parts: * - Header (header) * - Left menu (nav) * - Main content (main) * - Right sidebar (aside) * - Footer (footer) **/ /* Layout Container */ .layout { max-width: 100%; width: 1200px; min-width: 0; /* flex child of body: allow shrink so children don’t force page width */ margin: 0 auto; display: flex; flex-grow: 1; } /* Only the app chrome sidebar — not