ion-grid.grid-fixed {
  max-width: 700px;
}

ion-tab-button {
  max-width: 180px;
}

ion-button {
  height: 1em;
}

.image-list {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  text-align: center;
}

.image-list img {
  width: 250px;
  padding: 5px;
  border-radius: 20px;
  cursor: pointer;
}
