diff --git a/docs/guides/getting-started.md b/docs/guides/getting-started.md index 2479106..0ddc19a 100644 --- a/docs/guides/getting-started.md +++ b/docs/guides/getting-started.md @@ -47,7 +47,13 @@ Looking for what to build with Waku? Discover a collection of sample ideas and u ## Use cases -## Get started +## Getting started + +
+ + + +
### Run a Waku node diff --git a/src/css/custom.scss b/src/css/custom.scss index 38a8002..c34cbe2 100644 --- a/src/css/custom.scss +++ b/src/css/custom.scss @@ -21,16 +21,28 @@ html[data-theme="dark"] .header-github-link:before { .video-container { display: flex; - justify-content: center; - align-items: center; + flex-wrap: wrap; + justify-content: space-around; + align-items: flex-start; } .yt-video { + flex: 1 1 auto; max-width: 100%; - width: 768px; height: 432px; } +.two-items { + width: 100%; +} + +/* Media query for tablets and desktops */ +@media (min-width: 768px) { + .two-items { + width: 48%; + } +} + .external-link { margin-top: 0.25rem; }