@@ -53,7 +15,7 @@
{#if project.caseStudyContent && project.caseStudyContent.content && project.caseStudyContent.content.length > 0}
- {@html renderBlockNoteContent(project.caseStudyContent)}
+ {@html renderEdraContent(project.caseStudyContent)}
{/if}
@@ -141,6 +103,10 @@
font-size: 1.0625rem;
line-height: 1.65;
color: $grey-20;
+
+ :global(p) {
+ margin: 0;
+ }
}
}
}