Skip to content

Commit

Permalink
Add margin top to page
Browse files Browse the repository at this point in the history
  • Loading branch information
leomurca committed Jun 1, 2023
1 parent 98dddbf commit 7b45ed9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@
</header>

<style>
header {
margin-top: 100px;
}
.logo {
background-image: logo;
}
Expand Down

0 comments on commit 7b45ed9

Please sign in to comment.