main.css 417 B

1234567891011121314151617
  1. html {
  2. font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  3. }
  4. body {
  5. display: flex;
  6. flex-direction: column;
  7. width: 100%;
  8. min-height: 100vh;
  9. line-height: 1.0;
  10. }
  11. #sapper {
  12. display: flex;
  13. flex-direction: column;
  14. flex: 1 1 0%;
  15. }