.tags {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
}
.tags .tag {
  max-width: 100%;
  margin: 5px;
  padding: 4px 12px;
  border-radius: 999px;
  background: #b3e5fc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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