• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* You can add global styles to this file, and also import other style files */
2@tailwind base;
3@tailwind components;
4@tailwind utilities;
5html,
6body {
7  height: 100%;
8}
9body {
10  margin: 0;
11  font-family: Roboto, "Helvetica Neue", sans-serif;
12}
13