
/* Skjul tekst-tittel ved siden av logo, blås opp logoen */
a[href="/"] h1.text-header { display: none !important; }
a[href="/"].h-8 { height: auto !important; }
a[href="/"] img[alt="meil.no"] {
  height: 56px !important;
  max-height: 56px !important;
  width: auto !important;
  border-radius: 8px;
}
