diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css index a93d92cd..c2b11ad2 100644 --- a/docs/assets/css/main.css +++ b/docs/assets/css/main.css @@ -176,6 +176,8 @@ body { color: #141414; margin-top: 5rem; margin-left: 15vw; } + .section-clear__title--no-top-margin { + margin-top: 0.5rem; } .section-clear__subtitle { font-weight: 400; font-size: 2rem; @@ -187,6 +189,10 @@ body { background-color: #141414; background-color: white; } +.quick-overview__video { + display: block; + margin: 2rem auto; } + .functionalities__row { max-width: 100rem; } diff --git a/docs/assets/sass/layout/_section.scss b/docs/assets/sass/layout/_section.scss index 37eaf78a..11c5d72c 100644 --- a/docs/assets/sass/layout/_section.scss +++ b/docs/assets/sass/layout/_section.scss @@ -35,7 +35,6 @@ color: $dark-background; margin-top: 5rem; margin-left: 15vw; - // text-align: center; } &__subtitle { @@ -55,6 +54,13 @@ } } +.quick-overview { + &__video { + display: block; + margin: 2rem auto; + } +} + .functionalities { &__row { diff --git a/docs/index.html b/docs/index.html index 1b505332..5f46ab68 100644 --- a/docs/index.html +++ b/docs/index.html @@ -97,8 +97,12 @@
-

Quick Overview

+

Quick Overview

+
@@ -111,7 +115,7 @@

Just click on the account's avatar,
- and all your next actions will be performed by it.
+ and all your next actions will be performed by it.
Yes, it's powerful.

@@ -121,7 +125,7 @@ Your browser does not support the video tag. - +

All instances timelines in one place

@@ -134,7 +138,7 @@
-
+

Don't lose your focus

diff --git a/docs/videos/Quick_overview.mp4 b/docs/videos/Quick_overview.mp4 new file mode 100644 index 00000000..7a2c21bb Binary files /dev/null and b/docs/videos/Quick_overview.mp4 differ