.elements .element {
  border-top: var(--bg-color-1) 1px solid;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  padding: 16px;
  gap: 12px;
}
.elements .element .time {
  text-wrap: nowrap;
  width: fit-content;
  height: fit-content;
  margin-top: 2px;
}
.elements .element .time p {
  text-wrap: nowrap;
  width: fit-content;
  margin: 0;
  color: var(--text-color-2);
  font-family: monospace;
  font-size: 14px;
  font-weight: normal;
}
.elements .element .post_preview {
  margin: 0;
}
.elements .element .content {
  flex-grow: 1;
}
.elements .element .content.active_element {
  width: 80%;
}
.elements .element .content.active_element .page_content :first-child {
  margin-top: 0;
}
@media only screen and (max-width: 820px) {
  .elements .element {
    flex-direction: column;
  }
  .elements .element .time p {
    margin: 0;
    margin-left: 4px;
    text-align: left;
  }
  .elements .element .content.active_element {
    margin: 24px;
    margin-top: 0;
  }
  .elements .element .content.post_preview {
    margin: 24px;
    margin-top: 0;
  }
}

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