Files
nextjs-notion-starter-kit/styles/notion.css
Travis Fischer e66931a098 🙈
2021-01-15 21:38:43 -05:00

20 lines
280 B
CSS

.notion-page {
margin: 0 12px;
width: 728px;
padding-bottom: calc(max(5vh, 64px)) !important;
line-height: 1.75;
}
.notion-text {
padding: 0.5em 2px;
}
.notion-asset-caption {
text-align: center;
}
.notion-asset-wrapper {
margin-top: 1em;
margin-bottom: 1em;
}