diff --git a/styles/notion.css b/styles/notion.css index 92c990fb..0685e304 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -403,7 +403,8 @@ summary > .notion-h { .notion-h1 { font-size: 1.575em; margin-top: 1.08em; - @apply border-b w-full; + @apply w-full; + /* @apply border-b w-full; */ } .notion-h2 { @apply w-full; @@ -554,7 +555,7 @@ summary > .notion-h { width: 100%; margin: 6px 0; padding: 0; - border-bottom-width: 1px; + /* border-bottom-width: 1px; */ } .notion-link {