Skip to content

Commit

Permalink
clean up hero
Browse files Browse the repository at this point in the history
  • Loading branch information
KTibow committed Dec 7, 2024
1 parent fa5c07f commit d65347e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<script lang="ts">
import iconMore from "@ktibow/iconset-material-symbols/arrows-more-up-rounded";
import Icon from "$lib/misc/_icon.svelte";
import Hero from "./Hero.svelte";
import ButtonCard from "./ButtonCard.svelte";
import SegmentedButtonCard from "./SegmentedButtonCard.svelte";
Expand Down
1 change: 1 addition & 0 deletions src/routes/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
display: flex;
align-items: center;
text-align: center;
height: 10rem;
padding: 0 3rem;
Expand Down

0 comments on commit d65347e

Please sign in to comment.