tj
2025-05-07 bf95e4d3b3e96e9f6ac87a572bcbd223de50e637
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%;
}