.home-view--lists {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.home-view--lists > li {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 16px;
}
@media (max-width: 815px) {
  .home-view--lists {
    justify-content: space-evenly;
  }
}
.home-view--new-list-card form {
  height: 68px;
}
.home-view--new-list-card button {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Roboto, sans serif;
  font-size: 16px;
  cursor: pointer;
}
.home-view--button-text {
  margin-left: 2px;
}
