Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusted strange spacing in various places #233

Merged
merged 2 commits into from
Nov 18, 2021
Merged
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
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