diff --git a/lpld/core/blocks.py b/lpld/core/blocks.py index f43ef45..5871c72 100644 --- a/lpld/core/blocks.py +++ b/lpld/core/blocks.py @@ -15,7 +15,6 @@ class Meta: def get_context(self, value, parent_context=None): return { "level": 2, - "size": "md", "children": value.get("text"), } @@ -32,7 +31,6 @@ class Meta: def get_context(self, value, parent_context=None): return { "level": 3, - "size": "sm", "children": value.get("text"), }