diff --git a/src/lib/components/Header.svelte b/src/lib/components/Header.svelte index a26bc1f..258ce55 100644 --- a/src/lib/components/Header.svelte +++ b/src/lib/components/Header.svelte @@ -89,16 +89,13 @@ .header-content { display: flex; align-items: center; + justify-content: center; gap: $unit-3x; pointer-events: auto; width: 100%; - max-width: 900px; - margin: 0 auto; @include breakpoint('phone') { gap: $unit-2x; - max-width: none; - justify-content: center; } } diff --git a/src/lib/components/Page.svelte b/src/lib/components/Page.svelte index 508e566..6152cd9 100644 --- a/src/lib/components/Page.svelte +++ b/src/lib/components/Page.svelte @@ -1,8 +1,13 @@ -
+
diff --git a/src/lib/components/ProjectList.svelte b/src/lib/components/ProjectList.svelte index 54736ff..cb0872d 100644 --- a/src/lib/components/ProjectList.svelte +++ b/src/lib/components/ProjectList.svelte @@ -56,6 +56,11 @@ justify-content: center; width: 100%; + @include breakpoint('phone') { + box-sizing: border-box; + padding: 0 $unit-2x; + } + ul { display: flex; flex-direction: column; diff --git a/src/lib/components/UniverseFeed.svelte b/src/lib/components/UniverseFeed.svelte index ffcc5f5..4aae7c3 100644 --- a/src/lib/components/UniverseFeed.svelte +++ b/src/lib/components/UniverseFeed.svelte @@ -29,7 +29,8 @@ .universe-feed { display: flex; flex-direction: column; - gap: $unit-3x; + gap: $unit-2x; + padding: 0 $unit-2x; } .empty-container { diff --git a/src/lib/components/admin/Button.svelte b/src/lib/components/admin/Button.svelte index a6d7ce1..55f9aaf 100644 --- a/src/lib/components/admin/Button.svelte +++ b/src/lib/components/admin/Button.svelte @@ -170,7 +170,7 @@ align-items: center; justify-content: center; gap: $unit; - font-weight: 500; + font-weight: 400; border: none; cursor: pointer; transition: all 0.15s ease; @@ -211,7 +211,7 @@ } .btn-medium { - padding: $unit $unit-2x; + padding: ($unit * 1.5) $unit-2x; font-size: 14px; border-radius: 24px; min-height: 36px; diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 7f77695..7ca11a5 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -12,47 +12,48 @@ $: ({ albums, games, error } = data) - - -

A little about me

-
+
+ + +

A little about me

+
-
-

- Hello! My name is Justin Edmund. I'm a software designer and developer living in San - Francisco. -

-

- Right now, I'm spending my free time building a hobby journaling app called Maitsu. I've spent time at several companies over the last 11 years, but you might know me from - Pinterest, where I was the first - design hire. -

-

- I was born and raised in New York City and spend a lot of time in Tokyo. I graduated from Carnegie Mellon University in 2011 with a Bachelors of Arts in Communication Design. -

-
-
- - -

Notable mentions

-
+
+

+ Hello! My name is Justin Edmund. I'm a software designer and developer living in + San Francisco. +

+

+ Right now, I'm spending my free time building a hobby journaling app called Maitsu. I've spent time at several companies over the last 11 years, but you might know me from + Pinterest, where I was the first + design hire. +

+

+ I was born and raised in New York City and spend a lot of time in Tokyo. I graduated from Carnegie Mellon University in 2011 with a Bachelors of Arts in Communication Design. +

+
+
+ + +

Notable mentions

+
- -
- - -

Now playing

-
+ +
+ + +

Now playing

+
- + - -
+ +