zapupenec/diary_app

View on GitHub
src/components/img-with-loader/img-with-loader.module.css

Summary

Maintainability
Test Coverage
.container {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}