hysoftware/hysoftware.net

View on GitHub
src/app/app.component.scss

Summary

Maintainability
Test Coverage
.page {
  max-width: 85vw;
  display: flex;
  justify-content: center;
}

.content {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  padding: 1rem;
  flex-direction: column;
}