/* Hide the left sidebar navigation on desktop */
@media screen and (min-width: 76.25em) {  /* same breakpoint Material uses */
  .md-sidebar--primary {
    display: none !important;
  }

  /* Expand content to full width since nav is gone */
  .md-content {
    margin-left: 0 !important;
  }
}
