/* ENTRIES FOR PAGES */

@import url('variables.css');

.entry, .entry-border {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.entry-border {
  padding: 0.5rem;
  border: 2px solid;
}

.entry-item p {
  margin: 0;
}

.entry-item:only-child {
  flex: 1;
}

.entry-item:nth-child(1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  order: 0;
}

.entry-item:nth-child(2) {
  display: block;
  align-self: center;
  order: 0;
}

.entry-item:nth-child(2) img {
  display: block;
  width: 150px;
  border: 2px solid;
}