@media (min-width: 0px) {
  #lisp-logo {
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  #lisp-logo {
    visibility: visible;
  }
}
#button-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

#button-container button {
  font-size: 1.25em;
}

#changelog-table {
  border-collapse: collapse;
}

#changelog-table th {
  border-bottom: 2px solid black;
}

#changelog-table td, #changelog-table th {
  border-left: 2px solid black;
}

#changelog-table tr:first-child th {
  border-top: 0;
}

#changelog-table tr:last-child td {
  border-bottom: 0;
}

#changelog-table tr td:first-child,
#changelog-table tr th:first-child {
  border-left: 0;
}

#changelog-table tr td:last-child,
#changelog-table tr th:last-child {
  border-right: 0;
}

#banner {
  width: 100%;
  margin: auto;
}

#banner code {
  display: table;
  width: auto;
}

#lisp-logo {
  height: 10vw;
  position: fixed;
  bottom: 10px;
  right: 10px;
  margin: auto;
  border: 0px var(--border-default-type) var(--border-default-color);
}

/*# sourceMappingURL=home.css.map */
