Skip to content

Commit

Permalink
fix: Header height
Browse files Browse the repository at this point in the history
  • Loading branch information
godetremy committed Jan 12, 2025
1 parent 56160b2 commit 362a5d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 3 additions & 6 deletions src/components/CollectionHeader.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@

<style>
header {
position: absolute;
top: 165px;
left: 0;
right: 0;
margin-top: 100px;
display: flex;
justify-content: center;
}
Expand All @@ -42,10 +39,10 @@
}
.stars {
position: absolute;
top: 0;
top: 170px;
left: 0;
right: 0;
bottom: 0;
height: 150px;
z-index: 1;
}
.icon {
Expand Down
1 change: 0 additions & 1 deletion src/routes/(articles)/collections/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@

<style>
.articles {
margin-top: 250px;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
gap: 16px;
Expand Down

0 comments on commit 362a5d3

Please sign in to comment.