Skip to content

Commit

Permalink
fix: navbar title
Browse files Browse the repository at this point in the history
  • Loading branch information
vandreleal committed Jun 29, 2023
1 parent 93e15c3 commit 1c55fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/product-variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
// angular: `${GITHUB_ROOT}/stream-video-js/`,
},
docusaurus: {
title: "Video",
title: "Voice & Video",
},
},
}
9 changes: 3 additions & 6 deletions src/theme/Navbar/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,15 @@
z-index: calc(var(--ifm-z-index-fixed) + 15);

&__brand {
width: 53px;
height: 46px;
margin-right: 1rem !important;
background-repeat: contain;
margin-right: 1rem;
background-image: url("/img/logo-active.svg");
background-repeat: no-repeat;
border-radius: 0.5rem;
}

&__logo {
height: 100%;
margin: 0;
margin-right: 1rem;

img {
width: 100%;
Expand Down Expand Up @@ -205,7 +203,6 @@
font-size: 0.875rem;
> ul.menu__list {
position: relative;

// Styles for 'main' item
> li.menu__list-item:not(:nth-last-child(-n + 4)) {
margin-bottom: 1rem;
Expand Down

0 comments on commit 1c55fb9

Please sign in to comment.