12345678910111213141516171819 |
- .notion-nav-header,
- .notion-title,
- .notion-header {
- display: none !important;
- }
-
- .notion-page {
- width: 100% !important;
- padding: 0px 0px 0px 0px !important;
- }
-
- main.notion-page-no-cover {
- padding-top: 0px !important;
- margin-top: 0px !important;
- }
-
- .notion-blank {
- display: none !important;
- }
|