Skip to content

Commit

Permalink
fix the stars
Browse files Browse the repository at this point in the history
  • Loading branch information
iamawatermelo committed Sep 8, 2024
1 parent 0af5fe4 commit 048050a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@
<div class="scenery-hill-wrapper" style="z-index: 3; --fill: var(--bg-10); --last-fill: var(--bg-20)">
<Hill2></Hill2>
</div>

<!-- TODO -->

<RotatingSphere style="z-index: 3" />

<div class="scenery-hill-wrapper" style="z-index: 5; --fill: var(--bg); --last-fill: var(--bg-10)">
Expand Down Expand Up @@ -199,7 +198,7 @@
z-index: 0;
position: absolute;
top: 0;
right: 0;
left: calc(max(1024px, 100vw - 100%));
}
/* Header styles */
Expand Down Expand Up @@ -252,15 +251,15 @@
}
}
@media (min-width: 1024px) and (min-height: 1024px) {
@media (min-width: 1024px) and (min-height: 640px) {
h1 {
font-size: 8em;
}
.zenith-header {
padding: 4em;
}
.scenery > :global(svg) {
display: block;
}
Expand Down

0 comments on commit 048050a

Please sign in to comment.