nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/cellular-automation/rule3/rule3.component.css

Summary

Maintainability
Test Coverage
.rule {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.index {
  text-align: center;
  font-size: 50px;
  flex: 1;
  margin-left: -20px;
}

kirjs-rule {
  margin-right: 20px;
}