From b1401e9189bc1b17bb60c31b6be2f06ec2173c6d Mon Sep 17 00:00:00 2001 From: SHRAVANI KAWARE <97099574+ShravaniAK@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:01:12 +0530 Subject: [PATCH] Navbar tabs border radius issue resolved (#6046) --- docs/stylesheets/extra.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 31f5da59e..572322115 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -119,10 +119,10 @@ a.md-header__button.md-logo img { padding: 0 2em; } .md-tabs__list li:nth-last-child(3){ -border-radius: 20% 0 0 0 ; +border-radius: 0.7rem 0 0 0 ; } .md-tabs__list li:nth-last-child(1){ - border-radius:0 18% 0 0 ; + border-radius:0 0.7rem 0 0 ; }