We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b15c0a0 + 9f8c8f4 commit c0904c8Copy full SHA for c0904c8
styles/notion.css
@@ -1,7 +1,7 @@
1
/**
2
* This file contains site-specifc style overrides for Notion elements from
3
* react-notion-x.
4
- *
+ *
5
* react-notion-x's goal is to match styling as close as possible to Notion,
6
* whereas our goal with this site is to adjust Notion's styling in a few key
7
* places to add some flare.
@@ -34,6 +34,13 @@
34
margin-bottom: 1em;
35
}
36
37
+/* <-- Fix embedded video's size overflows its container */
38
+.notion-asset-wrapper-video > div,
39
+.notion-asset-wrapper-video video {
40
+ width: 100% !important;
41
+}
42
+/* Fix embedded video's size overflows its container --> */
43
+
44
.notion-header .nav-header {
45
max-width: 1100px;
46
margin: 0 auto;
0 commit comments