document.scss 70 B

12345
  1. // Make document container height 100%
  2. html,
  3. body {
  4. height: 100%;
  5. }