.post-date {
  text-align: right;
  padding-right: 2em; }

.post {
  background-color: #fff;
  border-radius: 2em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1em;
  max-width: 80vw;
  margin: auto; }
  .post .post-text {
    max-width: 90%; }

.index-post-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em;
  width: 30vw;
  margin: auto; }
  @media (max-width: 1000px) {
    .index-post-list {
      width: 90vw; } }

.index-post {
  box-sizing: border-box;
  transition: transform 0.3s ease;
  border-radius: 1em; }

.index-post:hover {
  transform: scale(1.05); }

.index-post .card {
  height: 100%;
  overflow: hidden;
  border-radius: 1em; }

.index-post .card-body {
  padding: 1em;
  border-radius: 1em; }

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