Skip to content

Commit

Permalink
feat: gap between page logo and page nav
Browse files Browse the repository at this point in the history
Related #56
  • Loading branch information
stepanzh committed Feb 17, 2024
1 parent 6e8e8e0 commit 6a9d2a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ a { color: var(--ui-accent-color); }
.page-top-content {
max-width: 960px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 4px;
}

.page-content {
Expand Down

0 comments on commit 6a9d2a6

Please sign in to comment.