Skip to content

Commit 811b71f

Browse files
committed
docs updates
1 parent 0828d05 commit 811b71f

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

docs/about/support.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ provide the GitHub or GitLab organization name.
2828
## Email Support
2929

3030
You can also reach out to us at
31-
[contact@coderabbit.ai](mailto:contact@coderabbit.ai).
31+
[support@coderabbit.ai](mailto:support@coderabbit.ai).
3232

3333
:::tip
3434

docs/introduction.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ description:
1010
slug: "/"
1111
---
1212

13-
<iframe width="100%" height="315" src="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen></iframe>
13+
<div class="video-container">
14+
<iframe src="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen></iframe>
15+
</div>
16+
1417

1518
**CodeRabbit** is an innovative, AI-first code reviewer. It provides
1619
context-aware review feedback on a pull request within minutes, thereby

src/css/custom.css

+17
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,20 @@ a[docid="docs"] > svg {
8282
[data-theme="dark"] img[src$="#gh-light-mode-only"] {
8383
display: none;
8484
}
85+
86+
.video-container {
87+
position: relative;
88+
padding-bottom: 56.25%; /* 16:9 aspect ratio */
89+
height: 0;
90+
overflow: hidden;
91+
max-width: 100%;
92+
background: #000;
93+
}
94+
95+
.video-container iframe {
96+
position: absolute;
97+
top: 0;
98+
left: 0;
99+
width: 100%;
100+
height: 100%;
101+
}

static/img/preview.png

-213 KB
Loading

0 commit comments

Comments
 (0)