/* Ensuring the homepage rotor text is flush against the side of the element */
/* @TODO */

/* Fixing the dropdown main menu */
/* @TODO */

/* Fixing indenting for lists */
ol,
ul {
  margin-left: 3em;
}
ol ol,
ol ul,
ul ul,
ul ol {
  margin-left: 1.5em;
}

