Devendra174's picture
Upload folder using huggingface_hub
f5071ca verified
raw
history blame contribute delete
380 Bytes
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin: 0;
}
p {
line-height: 1.875rem;
font-size: 1rem;
}