Files
nextjs-notion-starter-kit/styles/notion.css
Travis Fischer 768d0d5378 feat: minor fixes
2021-01-16 14:49:45 -05:00

25 lines
339 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;
}
.notion-header {
max-width: 1100px;
margin: 0 auto;
}