Skip to content

Commit e2201a6

Browse files
committed
Merge branch 'feature/update-video-embed-params' into 'master'
Feature/update video embed params + adjust font sizes (Bogdan) See merge request postgres-ai/docs!809
2 parents 09ea7e8 + 7b183bc commit e2201a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ table.docs-home td {
600600
min-height: 540px;
601601
}
602602
.banner h1 {
603-
font-size: 48px !important;
603+
font-size: 32px !important;
604604
line-height: 1.2 !important;
605605
}
606606
.banner p {

src/pages/index.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ html[data-theme="dark"] .signupSectionFullWidth {
9191
/* Mobile Responsive */
9292
@media (max-width: 767px) {
9393
.mainTitle {
94-
font-size: 24px;
95-
line-height: 30px;
94+
font-size: 16px;
95+
line-height: 22px;
9696
}
9797

9898
.subtitle {

src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function IndexPage() {
3333
<iframe
3434
width="100%"
3535
height="100%"
36-
src="https://www.youtube.com/embed/O6UTwEGOFio"
36+
src="https://www.youtube.com/embed/ZWGY64V8AHw?modestbranding=1&rel=0"
3737
title="postgres_ai monitoring demo"
3838
frameBorder="0"
3939
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"

0 commit comments

Comments
 (0)