redbadger/website-honestly

View on GitHub
site/components/card/style.css

Summary

Maintainability
Test Coverage

.Card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09);
  height: 100%;
}