Skip to content

Commit

Permalink
clean up unused layout class
Browse files Browse the repository at this point in the history
  • Loading branch information
hamvocke committed Nov 2, 2024
1 parent 3c6c1dc commit 1f0ece6
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,9 @@
</div>
</section>

<div class="loops-background full">
<div class="content">
<Terminal />
<Export {recipe} />
</div>
<div class="content">
<Terminal />
<Export {recipe} />
</div>
</main>
<Footer />
Expand All @@ -173,17 +171,10 @@
}
main > *,
.content,
.full .content {
.content {
grid-column: content;
}
main > .full {
grid-column: full;
display: grid;
grid-template-columns: subgrid;
}
main > .feature {
grid-column: feature;
}
Expand Down

0 comments on commit 1f0ece6

Please sign in to comment.