/* Desktop CAD: keep the menu buttons flush to the top of the app content. */
@media (min-width: 769px) {
  .menu-bar {
    padding-top: 0 !important;
  }

  .desktop-menu-items {
    padding-top: 0 !important;
  }
}
