Skip to content

Commit

Permalink
Fix: header size
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Aug 31, 2024
1 parent 0aca9f3 commit c7f5bee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Now
- readme
- header is too large, decrease the header size

## later
# cache assets
3 changes: 1 addition & 2 deletions yhttp/markdown/styles/layout.sass
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ header
flex: 0 1
display: flex
flex-direction: row
padding: $gutter
padding: $gutter / 2
a
height: $headersize
display: flex
Expand All @@ -24,7 +24,6 @@ header
height: $headersize
h1
margin: 0px
height: 100%


footer
Expand Down

0 comments on commit c7f5bee

Please sign in to comment.