Navbar tabs border radius issue resolved (#6046)

This commit is contained in:
SHRAVANI KAWARE 2024-07-09 18:01:12 +05:30 committed by GitHub
parent b5e846d2b4
commit b1401e9189
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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 ;
}