Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
polamoros committed Jun 30, 2023
1 parent 9b73123 commit 386052a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,12 @@ const config = {
position: "left",
className: "header-text-link",
},
{
to: "contributing",
label: "Contributing",
position: "left",
className: "header-text-link",
},
{
to: 'blog',
label: 'Blog',
Expand Down
13 changes: 8 additions & 5 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ html[data-theme='dark'] .header-text-link {
color: #f1f0f1;
}

@media (min-width: 992px) and (max-width: 1200px) {
@media (min-width: 992px) and (max-width: 1380px) {
.header-text-link {
padding: 8px 12px;
font-size: 16px;
Expand Down Expand Up @@ -255,15 +255,18 @@ html[data-theme='dark'] .header-github-link:before {
display: none;
}

@media (max-width: 1070px) {
.nav-git-mobile {
display: flex;
}
@media (max-width: 1200px) {
.nav-git-button {
display: none;
}
}

@media (min-width: 1040px) and (max-width: 1200px) {
.nav-git-mobile {
display: flex;
}
}

.nav-git:hover {
color: #1f70bf;
text-decoration: none;
Expand Down

0 comments on commit 386052a

Please sign in to comment.