Kentico/gatsby-source-kontent

View on GitHub
site/src/components/layout.css

Summary

Maintainability
Test Coverage
.page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.content {
  flex: 1;
}