mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
🦆
This commit is contained in:
@@ -30,6 +30,11 @@ It uses Notion as a CMS, [react-notion-x](https://github.com/NotionX/react-notio
|
||||
- Responsive for different devices
|
||||
- Optimized for Next.js and Vercel
|
||||
|
||||
## Demos
|
||||
|
||||
- [Default demo](https://nextjs-notion-starter-kit.transitivebullsh.it) - Deployed from the `main` branch
|
||||
- [My site](https://transitivebullsh.it) - Deployed from the `transitive-bullshit` branch
|
||||
|
||||
## Setup
|
||||
|
||||
**All config is defined in [site.config.js](./site.config.js).**
|
||||
|
||||
@@ -147,14 +147,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
.notion-gallery-grid {
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
grid-gap: 10vmin;
|
||||
gap: 10vmin;
|
||||
}
|
||||
}
|
||||
|
||||
.notion .notion-page-icon-cover {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
@@ -349,3 +341,11 @@
|
||||
border-image: linear-gradient(90.68deg, #b439df 0.26%, #e5337e 102.37%);
|
||||
border-image-slice: 1;
|
||||
}
|
||||
|
||||
.notion-block-ab9a258d6cf444f3bb40dc2600feae91 .notion-column {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.notion-block-260baa77f1e1428b97fb14ac99c7c385 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user