mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
25 lines
339 B
CSS
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;
|
|
}
|