This is an automated email from the ASF dual-hosted git repository. mauriciostekl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-website.git
commit bd7139ad068887ae1dd813ad73783ac0a1103647 Author: Mauricio Stekl <[email protected]> AuthorDate: Fri Aug 6 16:20:16 2021 -0300 adjusted width of the right ad --- _docs/_sass/right-nav.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/_sass/right-nav.scss b/_docs/_sass/right-nav.scss index 6ed8f9a..f43724c 100644 --- a/_docs/_sass/right-nav.scss +++ b/_docs/_sass/right-nav.scss @@ -63,8 +63,8 @@ bottom: 3rem; left: 50%; transform: translate(-50%, 0); - width: 100%; - max-width: 237px;; + width: 90%; + max-width: 237px; } } @media (max-width: 1200px) {
