/* Navbar logo size */
[data-component-name="Navbar/Logo"] img {
  height: 100%;
  width: 100%;
  max-width: 160px;
}

/* Light border around documentation images */
article img {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
