/* Keep page content below fixed navbar on mobile devices */

@media screen and (max-width: 767px) {
  html {
    margin-top: 56px;
  }
}
