Code Blocks πŸ§ͺ

Consider...

  • Styling control / themes

  • Fixing margins / padding

<style>
.w-richtext .w-code-block code {
  margin: 0;
  padding: 1rem; 
} 
</style>

https://discourse.webflow.com/t/rich-text-code-block-margin-bug/276530/2

Last updated