Skip to content

Commit

Permalink
fix docs and blog header spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarr committed Mar 29, 2024
1 parent 1c454e1 commit 39cca40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ const config = {
alt: "3DStreet Logo",
src: "img/logo-black.svg",
srcDark: "img/logo.svg",
width: 140,
},
items: [
{ to: "blog", label: "Blog", position: "left" },
Expand Down
4 changes: 4 additions & 0 deletions src/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ main {
Header styles
----------------------------------------------------------------*/

.navbar__logo {
padding-right: 3.5rem;
}

.st_header {
align-items: center;
justify-content: space-between;
Expand Down

0 comments on commit 39cca40

Please sign in to comment.