From 79333846c529bc6c268644ce37a8ab054af09013 Mon Sep 17 00:00:00 2001 From: Dorell James Date: Thu, 12 Sep 2024 22:11:11 +0800 Subject: [PATCH] feat: improvements on cover image on extra large monitors --- styles/notion.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles/notion.css b/styles/notion.css index 3d6c535..4492863 100644 --- a/styles/notion.css +++ b/styles/notion.css @@ -210,6 +210,15 @@ } } +@media only screen and (min-width: 1200px) { + .notion-page-cover-wrapper, + .notion-page-cover-wrapper span, + .notion-page-cover-wrapper img { + max-width: 1200px !important; + border-radius: 8px; + } +} + .notion-block-ab9a258d6cf444f3bb40dc2600feae91 .notion-page-link { justify-content: center; padding: 2em;