Skip to content

Commit

Permalink
Fix header css
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanny committed Jan 21, 2025
1 parent bb15f5b commit e308a9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/css/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ header{
display: flex;
justify-content: space-between;
padding: 8px;
width: 100%;
}

header > a{
Expand Down Expand Up @@ -39,3 +38,7 @@ footer{
margin-top: 2em;
text-align: center;
}

#ebooks li {
margin-top: 0.25em;
}

0 comments on commit e308a9e

Please sign in to comment.