/**
 * @file
 * Responsive CSS.
 */
:root {
  --dsg-gutter-x: 1.5rem;
}

@media (max-width: 767px) {
  body #page-wrapper #page #header #navbar-main {
    padding-right: calc(var(--dsg-gutter-x) * 0.5);
    padding-left: calc(var(--dsg-gutter-x) * 0.5);
  }
}