@import "how_does_a_flex_item_flex.css";
.item.primary {
  flex-direction: column;
  width: 90vw;
}

.item.secondary {
  flex-direction: column;
  width: 90vw;
}


p {
  line-height: 1.3em;
  text-align: justify;
}

ul.blog_posts {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.blog_posts li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

li .date {
  font-size: small;
  font-weight: 100;
  flex-basis: 100px;
}

ul li {
  padding: 0.2em 0.5em;
}
ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
ul li a:hover {
  cursor: pointer
}

figure {
  width: 100%;
  margin: 0;
}
img {
  display: block;
  width: 100%;
  margin: 1em auto;
}
figcaption {
  width: 70%;
  margin: auto;
  font-size: 80%;
  font-weight: 700;
  text-align: center;
}

blockquote {
  border: 0;
  border-left: 5px solid #c0c0c0;
  padding: 0.5em;
}
