diff --git a/assets/css/099_page_summary.html b/assets/css/099_page_summary.html deleted file mode 100644 index 01e1e46..0000000 --- a/assets/css/099_page_summary.html +++ /dev/null @@ -1,25 +0,0 @@ -/************************** - # COMPONENT: PAGE SUMMARY - **************************/ - -.summary { - &:not(:last-child) { - margin-block-end: var(--space-l); - } - - .summary__post-title { - margin-block: 0 var(--space-xs); - } - - .summary__post-subtitle { - font-weight: 500; - } - - .summary__content { - margin-block-end: var(--space-m); - } - - :is(.summary__post-title, .summary__post-subtitle):last-child { - margin-block-end: var(--space-m); - } -}