.blog-feed {
  border: 2px solid black;
  display: block;
  width: 60%;
  margin-left: 20%;
}

.grey-left-border {
  border: none;
}

.feed-item-title {
  text-align: center;
  padding-left: 4px;
  margin-top: 40px;
  margin-bottom: 5px;
  pointer-events: none;
}

.feed-item-title a {
  color: currentColor;
  text-decoration: none;
  color: #bd1d1c;
}

.feed-item-desc {
  margin-top: 0;
  padding-left: 10%;
  padding-bottom: 1%;
  border-bottom: 1px solid grey;
}

#content {
  padding-left: 0;
}

#content > img {
  width: 50%;
  height: 50%;
  margin-left: 25%;
}

@media screen and (max-width: 560px) {
  .blog-feed {
    width: 80%;
    min-height: 1800px;
    margin-left: auto;
    margin-right: auto;
  }

  #content > img {
    width: 80%;
    margin-left: 10%;
  }
}
