From 49cc70021ce86d43961c8c2959c09b49860c273e Mon Sep 17 00:00:00 2001 From: mehrab Date: Tue, 1 Oct 2019 22:24:49 +0330 Subject: [PATCH] Fixed navbar overlap content --- docs/index.md | 10 ++++++++++ docs_theme/nav.html | 21 ++++++++++++--------- 2 files changed, 22 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6e55c10bf..1c00dfd71 100644 --- a/docs/index.md +++ b/docs/index.md @@ -15,6 +15,16 @@ .promo li { list-style: none; } +@media screen and (max-width: 1080px) and (min-width: 980px) { + .container-nav-buttons { + width: 200px; + float:right; + padding: 5px 5px 10px 5px; + } + .nav-btn{ + width: 35%; + } +}

diff --git a/docs_theme/nav.html b/docs_theme/nav.html index d30348756..6edae70e7 100644 --- a/docs_theme/nav.html +++ b/docs_theme/nav.html @@ -1,20 +1,23 @@