Files
nextjs-notion-starter-kit/styles/global.css
2021-01-15 11:31:09 -05:00

25 lines
343 B
CSS

* {
box-sizing: border-box;
}
a {
color: inherit;
text-decoration: none;
}
body,
html {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
body {
overflow-y: hidden;
}
.notion-page {
margin: 0 12px;
}