div#content {
  padding-top: 130px;
}

.entry-flex {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  display: flex !important;
  flex-direction: row;
  gap: 20px;
  align-items: center;
}

.entry-thumb img {
  width: 120px;
  height: auto;
}

.edit-link {
  display: none !important;
}

.entry-header {
  text-align: center;
}

.posts-layout article {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.classic-alt .hentry {
  border-bottom: unset;
}
