Commit 3f917596 authored by Jason Fox's avatar Jason Fox
Browse files

Shift header below title bar

parent f1c85ca2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -271,6 +271,10 @@ flex-item:has(#TOC):after {
    width: 100% !important;
    max-width: 100% !important;
  }

  #editor h1 {
    padding-top: 2.2em;
  }
}

/* BORROWED FROM HERE: https://stackoverflow.com/questions/28767221/flexbox-resizing */