.singleReview {
  display: flex;
  height: 100vh;
}
.blankReview {
  flex-grow: 0.5;
}
.reviewcard {
  flex-grow:1;
}
.commentsLength {
  display: flex;
  flex-grow: 100;
  
}
.commentsInRow {
  flex-flow: column;
  margin-top: 0px;
  border-radius: 0px 0px 20px 20px;
}