Skip to content

Commit

Permalink
fix: amend tab on homepage styles
Browse files Browse the repository at this point in the history
  • Loading branch information
mulengawilfred committed Oct 29, 2024
1 parent 0b84bbd commit dd76f4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions web/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ p {

.ant-tabs .ant-tabs-tab {
color: rgba(255, 255, 255, 0.8);
font-size: 16px !important;
line-height: 22px;
font-weight: 500;
}

.ant-tabs .ant-tabs-ink-bar {
Expand All @@ -42,3 +45,7 @@ p {
.ant-tabs-nav::before {
border-bottom: none !important;
}

.ant-tabs-nav {
margin-bottom: 2px !important;
}

0 comments on commit dd76f4a

Please sign in to comment.