Skip to content

Commit ba00bd1

Browse files
committed
Update demo section: adjust heading font size and increase VideoPlayer container width
1 parent c00b80b commit ba00bd1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

en/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ features:
3030
details: No need to manually install Node.js, Python, Go, and other tools — everything is installed automatically via mise during project setup.
3131
---
3232

33-
<h2 style="text-align: center; margin-top: 2rem;">Demo</h2>
33+
<h2 style="text-align: center; margin-top: 2rem; font-size: 2rem;">Demo</h2>
3434

3535
<div style="max-width: 100%; margin: 2rem auto;">
3636
<VideoPlayer
@@ -41,7 +41,7 @@ features:
4141
<style scoped>
4242
@media (min-width: 768px) {
4343
div[style*="max-width: 100%"] {
44-
max-width: 70% !important;
44+
max-width: 75% !important;
4545
}
4646
}
4747
</style>

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ features:
3131

3232
---
3333

34-
<h2 style="text-align: center; margin-top: 2rem;">Демонстрация</h2>
34+
<h2 style="text-align: center; margin-top: 2rem; font-size: 2rem;">Демонстрация</h2>
3535

3636
<div style="max-width: 100%; margin: 2rem auto;">
3737
<VideoPlayer
@@ -42,7 +42,7 @@ features:
4242
<style scoped>
4343
@media (min-width: 768px) {
4444
div[style*="max-width: 100%"] {
45-
max-width: 70% !important;
45+
max-width: 75% !important;
4646
}
4747
}
4848
</style>

0 commit comments

Comments
 (0)