diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 5e0ec2a..d55c19b 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -265,10 +265,10 @@ justify-content: center; " > -
+ Clip art of the Seattle space needle

Seattle Space Needle

-
+
@@ -369,5 +369,6 @@ grid-template-columns: repeat(2, minmax(200px, 0.3fr)); align-items: center; justify-content: center; + gap: 1rem; } \ No newline at end of file diff --git a/src/routes/uses/+page.svelte b/src/routes/uses/+page.svelte index 4af695d..45c7bb8 100644 --- a/src/routes/uses/+page.svelte +++ b/src/routes/uses/+page.svelte @@ -539,14 +539,6 @@
\ No newline at end of file diff --git a/src/styles/global.pcss b/src/styles/global.pcss index 7966eb8..0b0adf4 100644 --- a/src/styles/global.pcss +++ b/src/styles/global.pcss @@ -237,10 +237,11 @@ nav { img { max-width: 100%; + border-radius: var(--borderRadius); } figure { - margin-inline: 2rem; + /* margin-inline: 2rem; */ } .emoji:hover {