andela/workdey

View on GitHub
app/assets/stylesheets/styles/search_result.scss

Summary

Maintainability
Test Coverage
.artisan_card {
  margin-top: 1em;
  padding: 0.75em;
  /*border:2px #fff solid;*/
  box-shadow: 0px 0px 5px #fff;
  img {
    height: 10em;
    width: 10em;
  }
  p {
    text-align: center;
  }

}