From 0ffb5cdae5cb91c7caffd0b9a6881b3420f6f8f4 Mon Sep 17 00:00:00 2001 From: edmishchenko <87074420+edmishchenko@users.noreply.github.com> Date: Mon, 29 Jan 2024 13:04:12 +0100 Subject: [PATCH] Update --- docs/css/style.css | 20 +++++++++++++++++--- docs/getStarted.html | 12 ++++++------ 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/docs/css/style.css b/docs/css/style.css index 7886cb0..c520675 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -182,8 +182,10 @@ footer .social-media-container svg { } @media (max-width: 992px) { - html, body { + html, body, footer { overflow-y: scroll !important; + position: relative; + z-index: 1; } body { overflow-y: scroll; @@ -192,7 +194,17 @@ footer .social-media-container svg { background-position: 69% top; background-attachment: scroll; background-size: 1190px auto; - background-color: rgb(18, 8, 66); + } + + body::before { + content: ""; + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + background: linear-gradient(to bottom, rgba(12, 12, 44, 0.1) 0%, rgba(12, 12, 44, 0.1) 330px, rgba(12, 12, 44, 0.9) 660px, rgba(12, 12, 44, 1) 100%); + pointer-events: none; } header .logo { @@ -258,13 +270,15 @@ footer .social-media-container svg { height: 59px; margin-top: 16px; font-size: 16px; + box-sizing: border-box; } .content .get-started { width: 100%; height: 59px; - margin: 56px 0 0; + margin: 59px 0; font-size: 16px; + box-sizing: border-box; } .content .third-column p { diff --git a/docs/getStarted.html b/docs/getStarted.html index 536b042..61270c6 100644 --- a/docs/getStarted.html +++ b/docs/getStarted.html @@ -390,22 +390,22 @@

Go Further

- + - + - + - - + + - +