Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
polamoros committed Jun 29, 2023
1 parent f9edb15 commit d116b0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,13 @@ button.navbar__toggle {
}

.navbar__brand {
margin-right: 2rem;
margin-right: 40px;
}

.navbar--fixed-top {
align-items: center;
padding: 0px 32px;
background-color: #121414;
}

.header-text-link svg[class^='iconExternalLink'] {
Expand All @@ -140,12 +141,12 @@ button.navbar__toggle {
padding: 8px 24px;
font-size: 17px;
line-height: 20px;
font-weight: 500;
font-weight: 400;
align-items: center;
}

html[data-theme='dark'] .header-text-link {
color: #f1f0f1;
font-weight: 400;
}

@media (min-width: 992px) and (max-width: 1200px) {
Expand Down

0 comments on commit d116b0d

Please sign in to comment.