timhaley94/holdem

View on GitHub
client/src/components/Game/index.module.css

Summary

Maintainability
Test Coverage
.container {
  height: 100%;
  flex-grow: 1;
  border: 1px solid #e6e6e6;
  overflow-y: scroll;
  padding: 2rem 4rem 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bottom {
  width: 100%;
  margin: 3rem 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* .bottom > * {
  width: 33%;
  /* flex-grow: 1;
} */