
/* ======= postximage.css ======= */

/* layout */

.post-x-image-link {
  display: block;
  text-align: center;
  margin: 0 0 1rem 0;
}

.post-x-image-image {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}

/* style */

.post-x-image-link {
  color: var(--color-text)
}

