2025-02-10 16:39:11 -07:00

16 lines
169 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@import "components/all.css";
html {
font-size: 14px;
}
@screen md {
html {
font-size: 20px;
}
}