App.module.css 97 B

12345
  1. .appWrapper {
  2. min-width: 100vw;
  3. min-height: 100vh;
  4. background-color: rgb(255, 255, 255);
  5. }