div.project-outline {
  background-color: #eeeeee;
  color: #333333;
  border-radius: 0.75rem;
  padding: 1em;
  margin-bottom: 1em;

  display: flex;
  flex-direction: column;
}

/* Larger than tablet */
@media (min-width: 750px) {
  div.project-outline {
    flex-direction: row;
  }
}

div.single-project {
  margin: 1rem;
}

img.proj-thumb {
  max-height: 15rem;
}
