Skip to content
Snippets Groups Projects
app.component.scss 107 B
Newer Older
:root {
  height: 100%;
  width: 100%;
}
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed

.container {
  margin: auto;
  padding-top: 2em;
  width: 75%;
Clayton, Brandon Scott's avatar
Clayton, Brandon Scott committed
}