@media only screen and (max-width: 800px) {
  #menu-top-r {
    display: block;
  }

  #text-container {
    display: block;
  }

  #content {
    height: 70%;
  }

  .entry {
    transform: scale(0.5);
  }

  #infoText p {
    font-size: 13px;
  }

  #bookText p {
    font-size: 13px;
  }
}

