Commit 26880c4a authored by Marco Cavalli's avatar Marco Cavalli
Browse files

Update styling.css

parent d8ef8945
Loading
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -21,16 +21,18 @@ body {
}

#TOC {
  top: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 25%;
  width: 275px;
  resize: horizontal;
  padding-right: 15px;
  position: fixed;
  background-color: rgba(100,100, 100, 0.6);
  overflow-y: auto;
  
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#TOC a {
@@ -473,9 +475,12 @@ body {
  font-family: -apple-system, BlinkMacSystemFont,"Times New Roman", "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 12pt;
  line-height: 1.6;
  margin: auto;
  max-width: 920px;
  min-width: 360px;
  /* margin: auto; */
  /* max-width: 920px;
  min-width: 360px; */
  max-width: 75%;
  left: 275px;
  position: relative;
  padding: 2rem;
  word-wrap: break-word;
}