/* app/views/blog/posts/show.css */
.navigation {
  background-color: var(--blue3);
  padding: 10px 0 12px;
}
.navigation > div {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--desktop);
  width: 98%;
  display: flex;
  justify-content: space-between;
}
.navigation a {
  font-weight: 300;
  color: var(--gray9);
  font-size: 14px;
}
/*# sourceMappingURL=show.css.map */