From ae4c474af5cbd1d8fbc4ae2c4fcb26d6f7f6dc65 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 29 Jan 2021 12:27:06 -0500 Subject: [PATCH] fix: cleanup styles --- lib/types.ts | 1 - styles/notion.css | 10 +++------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/lib/types.ts b/lib/types.ts index 8974e72..63c33c9 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -41,7 +41,6 @@ export interface Site extends Model { timestamp: Date - // disabled for payment reasons isDisabled: boolean } diff --git a/styles/notion.css b/styles/notion.css index c51507b..e23a6bb 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -3,8 +3,8 @@ * react-notion-x. * * react-notion-x's goal is to match styling as close as possible to Notion, - * whereas our goal with this blog is to adjust Notion's styling in a few key - * places to add some flare and make our site look more like a blog. + * whereas our goal with this site is to adjust Notion's styling in a few key + * places to add some flare. */ .notion { @@ -14,7 +14,7 @@ .notion-page { margin: 0 12px; width: 720px; - padding-bottom: calc(max(5vh, 64px)) !important; + padding-bottom: calc(max(5vh, 32px)) !important; line-height: 1.65; } @@ -65,10 +65,6 @@ } .notion-collection-card { - /* border-radius: 15%; - border-top-right-radius: 5%; - border-bottom-left-radius: 5%; */ - /* box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1); */ border-radius: 16px; box-shadow: none; }