Skip to content

Commit

Permalink
feat: improvements on cover image on extra large monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
dorelljames committed Sep 12, 2024
1 parent 707ced5 commit 7933384
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7933384

Please sign in to comment.