Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
5. Run the local server using the command `npm run dev -- --open`.
6. Start coding! :)


# Repository
The `static` folder contains static content, like the about us images and past tests.

Expand All @@ -18,4 +19,4 @@ To contribute, choose an issue from the Taskade to work on and create a new bran
- [Svelte Tutorial](https://svelte.dev/tutorial/basics)
- [SvelteKit](https://kit.svelte.dev)
- [Children with Svelte Components](https://linguinecode.com/post/how-to-pass-children-elements-in-svelte)


2 changes: 1 addition & 1 deletion src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ bind:innerHeight={windowHeight} />
{#if windowWidth > 0} <!--windowWidth < 860}-->
<div in:fly={{ y: -20, duration: 700 }} class="minidiv">

<Heading className="glow" text={windowWidth > 860 ? "Mustang Math" : "MM"} textColor="white" />
<Heading className="glow" text="Mustang Math" textColor="white" />

<div class="flex"><div class="headerline" /></div>
<br>
Expand Down