nycJSorg/angular-presentation

View on GitHub
libs/code-demos/src/lib/code-demo/code-demo.component.css

Summary

Maintainability
Test Coverage
.wrapper > * {
  flex: 1;
}

.wrapper {
  display: flex;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .wrapper {
    flex-direction: column;
  }
}