tj
2025-05-07 fe1c5cff00014a46dec56705de3426037839c261
1
2
3
4
5
6
7
8
9
10
11
12
@import './base.css';
@tailwind base;
@tailwind components;
@tailwind utilities;
 
#app {
  /* max-width: 1280px; */
  margin: 0 auto;
  /* padding: 2rem; */
  font-weight: normal;
  width: 100%;
}