cccsbg-hugo/assets/css/styles.css

15 lines
No EOL
168 B
CSS

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