<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* no hamburher  */
.navbar-header {display: none;}

/* split footer in two columns */
@media (min-width: 600px) {
  footer &gt; .container &gt; div {
    width: 100%;
  }

  footer &gt; .container &gt; div .row {
    display: flex;
  }

  footer div.row .col-xs-12 {
    width: auto !important;
  }
}

/* fix empty gap next to the footer on mobile */
@media (max-width: 599px) {
  footer {
    display: block !important;
  }
}</pre></body></html>