This commit is contained in:
Travis Fischer
2022-03-27 09:33:32 -04:00
parent c7fa674e98
commit 2a5302fce1
2 changed files with 13 additions and 8 deletions

View File

@@ -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).**

View File

@@ -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;
}