/**
 * IMPORTANT: Most of these are exposed as CSS variables in main.scss
 */
/**
 * Variables for spacing (like margin and padding) and sizing (like breakpoints
 * and content width)
 */
.page-desc {
  max-width: 800px;
}

.projects-tile {
  width: 80%;
  margin-bottom: 5rem;
}
.projects-tile h2 {
  font-size: 2rem;
}
.projects-tile p.sub-title {
  margin-top: 1rem;
}
.projects-tile img {
  display: block;
  width: 100%;
  margin-top: 2rem;
  border: solid 1px #DCDCDC;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

@media (max-width: 800px) {
  .projects-tile {
    width: 100%;
  }
}

/*# sourceMappingURL=work.css.map */