anycoder-4cf6369c / styles /globals.css
Pkiran's picture
Upload styles/globals.css with huggingface_hub
02b8b2e verified
Raw
History Blame Contribute Delete
176 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html,
body {
max-width: 100vw;
overflow-x: hidden;
}