@charset "UTF-8";
/* .note {
  max-width: 35rem;
  margin: 0 auto;
}
.note-header {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.note-footer {
  padding: 6rem 0;
  display: inline-block;
}
.note-date {
  color: var(--color-text-grey);
} */
.meta-info {
  display: flex;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 21px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.meta-info .author::after,
.meta-info time::after {
  content: "•";
  display: inline-block;
  margin: 0 10px;
}
.meta-info time::after {
  display: none;
}

/* .note-meta {
  font-size: 1rem;
  color: var(--color-text-grey);
}
.note-author {
  margin-top: 6rem;
}
.note-author figure {
  margin-bottom: 1rem;
}
.note-author img {
  width: 30%;
}
.note-excerpt-tags {
  display: flex;
  flex-wrap: wrap;
  color: var(--color-text-grey);
}
.note-excerpt-tags li {
  margin-right: .5rem;
} */

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