We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de37c6c commit 2268fa3Copy full SHA for 2268fa3
src/styles.css
@@ -13,6 +13,7 @@
13
}
14
15
.notion * {
16
+ box-sizing: border-box;
17
margin-block-start: 0px;
18
margin-block-end: 0px;
19
@@ -235,9 +236,8 @@ img.notion-page-icon-offset {
235
236
237
238
.notion-page-icon {
- font-size: 1.1em;
239
+ line-height: 1.4;
240
margin-right: 4px;
- margin-top: 1px;
241
margin-left: 2px;
242
243
img.notion-page-icon {
@@ -262,7 +262,7 @@ img.notion-page-icon {
262
font-weight: 500;
263
line-height: 1.3;
264
border-bottom: 1px solid rgba(55, 53, 47, 0.16);
265
- margin: 4px 0px;
+ margin: 1px 0px;
266
267
268
.notion-inline-code {
0 commit comments