minor style and comments

This commit is contained in:
Travis Fischer
2021-01-19 12:57:38 -05:00
parent 4a84e17c13
commit 99ee09ff68
5 changed files with 18 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
/**
* This file contains site-specifc style overrides for Notion elements from
* react-notion-x.
*
* react-notion-x's goal is to match styling as close as possible to Notion,
* whereas our goal with this blog is to adjust Notion's styling in a few key
* places to add some flare and make our site look more like a blog.
*/
.notion-page {
margin: 0 12px;
width: 720px;
@@ -81,7 +90,7 @@
}
.notion-callout {
margin-bottom: 0.5em;
margin: 0.75em 0;
}
.notion-hr {