/*
 *   TABLET PORTRAIN CSS
 */
/* Increase the body font size on small devices */
html {
  font-size: 81.3%;
}

.view-tweets {
  max-height: 400px;
  overflow-y: scroll;
}

#content-wrapper {
  margin-top: -11px;
}
