Skip to content

Commit

Permalink
Fix header padding
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrc52 committed Nov 9, 2024
1 parent f479a99 commit 9684312
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
</header>

<style>
header {
padding-top: 1rem;
padding-bottom: 1rem;
}
#spam {
max-height: 3rem;
vertical-align: middle;
Expand Down

0 comments on commit 9684312

Please sign in to comment.