Skip to content

Commit

Permalink
Remove hero image
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfs committed Jan 6, 2025
1 parent 153331f commit 6b336b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
Binary file removed public/aliens.png
Binary file not shown.
14 changes: 3 additions & 11 deletions src/views/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
grid-template-columns: repeat(auto-fill, minmax(21rem, 1fr));
gap: 1rem;
}
.hero-image {
background-image: url("/aliens.png");
background-position: center;
background-size: cover;
height: 9.5rem;
clip-path: var(--3px-corner-fill);
}
</style>

<div style:height="fit-content">
Expand All @@ -55,9 +47,9 @@
</Header>
</div>
<div style:padding="1rem">
<div class="hero-image"></div>

<div class="txt-semibold" style:margin="1.5rem 0">Repositories</div>
<div class="txt-semibold" style:margin="0.5rem 0 1.5rem 1rem">
Repositories
</div>
<div class="repo-grid">
{#each repos as repo}
{#if repo.payloads["xyz.radicle.project"]}
Expand Down

0 comments on commit 6b336b0

Please sign in to comment.