holywyvern/carbuncle

View on GitHub
website/src/layouts/home-layout/styles.module.scss

Summary

Maintainability
Test Coverage
.wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.page {
  padding: var(--padding-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: var(--page-width);
  justify-content: center;
  margin: auto;
}