styles.scss 289 B

1234567891011121314151617
  1. /* You can add global styles to this file, and also import other style files */
  2. html,
  3. body {
  4. height: 100%;
  5. }
  6. body {
  7. margin: 0;
  8. font-family: Roboto, "Helvetica Neue", sans-serif;
  9. }
  10. .align-container {
  11. padding: 0 14px;
  12. @media screen and (max-width: 480px) {
  13. padding: 0;
  14. }
  15. }