jdrouet/mrml

View on GitHub
examples/demo/src/index.css

Summary

Maintainability
Test Coverage
html, body, #root {
  margin: 0;
  min-height: 100vh;
}

#root {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}