.wall-body img {
  display: block;
  width: auto !important;
  max-width: 150px;
  height: auto !important;
  margin: 10px 0;
  border-radius: var(--radius-sm);
}

.wall-pagination {
  display: flex;
  justify-content: center;
  padding-top: 14px;
}
