Cupcake/app/index.css

10 lines
136 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@media screen and (max-width: 639px) {
:root {
font-size: 14px;
}
}