diff --git a/components/styles.module.css b/components/styles.module.css index 98c3a3a..09fdaee 100644 --- a/components/styles.module.css +++ b/components/styles.module.css @@ -46,7 +46,7 @@ .footer { width: 100%; max-width: 1100px; - margin: 0 auto; + margin: auto auto 0; padding: 8px; display: flex; diff --git a/styles/notion.css b/styles/notion.css index ce8e156..a3a829f 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -164,6 +164,7 @@ .notion-page-cover { max-width: 1200px; border-radius: 24px; + box-shadow: 2px 2px 8px 4px rgba(15, 15, 15, 0.1); } @media only screen and (max-width: 1200px) {