.post__meta {
  margin-top: 1rem;
}
.post__body {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.post__body a {
  color: var(--color-red);
}
.post__body div img, .post__body p img {
  max-width: 100%;
}

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