Skip to content

Commit

Permalink
Increase icon-size and font size of navbar contents
Browse files Browse the repository at this point in the history
Signed-off-by: Chetan Giradkar <[email protected]>
  • Loading branch information
cgiradkar committed Oct 4, 2023
1 parent cb72c85 commit 1216d5b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,29 @@
font-kerning: normal !important;
}

#__docusaurus > nav > div.navbar__inner > div:nth-child(1) > a > b {
font-size: xxx-large;
line-height: 2rem;
}

.navbar__logo {
height: 40px;
height: 6.25rem;
}

.navbar {
box-shadow: none;
@apply bg-gradient-to-r from-blue-500 to-purple-700 dark:from-blue-700 dark:to-purple-900;
}

.navbar--fixed-top {
height: 7rem;
}

.navbar__title,
.navbar__link,
.clean-btn {
@apply text-white dark:text-gray-50;
font-size: x-large;
}

.navbar__link svg,
Expand Down

0 comments on commit 1216d5b

Please sign in to comment.