Skip to content

Commit

Permalink
Increase icon-size and font size of navbar contents (#216)
Browse files Browse the repository at this point in the history
Signed-off-by: Chetan Giradkar <cgiradka@redhat.com>
cgiradkar authored Oct 7, 2023
1 parent 0cdbdd5 commit a548c02
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
@@ -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,

0 comments on commit a548c02

Please sign in to comment.