Skip to content

Commit

Permalink
Merge pull request #17 from khaykingleb/fix-notion-rendering-on-mobile
Browse files Browse the repository at this point in the history
Fix notion rendering on mobile
  • Loading branch information
khaykingleb authored Oct 1, 2024
2 parents 6def635 + dbe1155 commit bda14a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/styles/notion.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}

.notion {
--notion-max-width: 900px;
--notion-max-width: 100%;
}

.notion-title,
Expand All @@ -34,6 +34,7 @@
.notion-list,
.notion-text {
@apply font-eb-garamond-regular;
max-width: 100%;
}

.notion-code,
Expand Down
Binary file modified public/Gleb_Khaykin.pdf
Binary file not shown.

0 comments on commit bda14a0

Please sign in to comment.