Skip to content

Commit

Permalink
Adjusted strange spacing in various places (#233)
Browse files Browse the repository at this point in the history
* Update index.svelte

* Resovled #233 (review)
  • Loading branch information
EthanThatOneKid committed Nov 18, 2021
1 parent 56415b2 commit bd93d1f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/routes/about.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
};
</script>

<Spacing --min="100px" --med="175px" --max="200px" />
<Spacing --min="175px" --med="200px" --max="200px" />

<Header />

Expand Down Expand Up @@ -58,7 +58,7 @@ display the most upcoming event with a reminder/notice flair. -->
<h2 class="headers size-l">Board members</h2>
</div>

<Spacing --med="16px" />
<Spacing --min="16px" --med="16px" --max="16px" />

<OfficerProfileList filter={filterOfficers} placeholderPicture="placeholder.png" />

Expand Down
2 changes: 1 addition & 1 deletion src/routes/connect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
const googleFormId = '1FAIpQLSfJanOAaL2mdjpf193tFeCClBzpW_COEO_crAE8hqsJCB_Rwg';
</script>

<Spacing --min="100px" --med="175px" --max="200px" />
<Spacing --min="175px" --med="200px" --max="200px" />

<CommonHero>
<h2 slot="headline" class="size-l">Connect with us!</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/events.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
});
</script>

<Spacing --min="100px" --med="175px" --max="200px" />
<Spacing --min="175px" --med="200px" --max="200px" />

<CommonHero>
<h2 slot="headline" class="size-l">Curated events for growth and success</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import ReadyUp from '$lib/components/index/ready-up.svelte';
</script>

<Spacing --min="100px" --med="175px" --max="200px" />
<Spacing --min="175px" --med="200px" --max="200px" />

<Hero />

Expand Down
2 changes: 1 addition & 1 deletion src/routes/nodebuds.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
};
</script>

<Spacing --min="100px" --med="175px" --max="200px" />
<Spacing --min="175px" --med="200px" --max="200px" />

<div class="container">
<section>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/paths.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import Spacing from '$lib/components/sections/spacing.svelte';
</script>

<Spacing --min="100px" --med="175px" --max="200px" />
<Spacing --min="175px" --med="200px" --max="200px" />

<CommonHero>
<h2 slot="headline" class="size-l">What are paths?</h2>
Expand Down

1 comment on commit bd93d1f

@vercel
Copy link

@vercel vercel bot commented on bd93d1f Nov 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.