@media (max-width: 480px) {
  .md-header .md-header__title {
    margin-left: 8px;
    font-size: 16px;
  }
}

@media (max-width: 340px) {
  .md-header__option[data-md-component="palette"] {
    display: none;
  }

  .md-header .md-header__title {
    margin-left: 4px;
    font-size: 14px;
  }
}
