Skip to content

Commit

Permalink
even better menu bar
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Jul 17, 2024
1 parent c21e68f commit e8446eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gen/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ html, body {
justify-content: space-between;
align-items: flex-end;

padding-left: 16px;
padding-left: calc(24px + 1rem);
padding-right: 100px;
}

Expand Down
1 change: 1 addition & 0 deletions gen/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
left: 0px;
width: 100vw;
height: 4rem;
padding-left: 16px;
}

}
Expand Down

0 comments on commit e8446eb

Please sign in to comment.