diff --git a/src/components/Back.astro b/src/components/Back.astro new file mode 100644 index 0000000..e93ae47 --- /dev/null +++ b/src/components/Back.astro @@ -0,0 +1,11 @@ + + + diff --git a/src/pages/now.astro b/src/pages/now.astro index 3279eab..9f5f183 100644 --- a/src/pages/now.astro +++ b/src/pages/now.astro @@ -2,11 +2,12 @@ import Layout from '../layouts/Layout.astro'; import Card from '../components/Card.astro'; import Footer from '../components/Footer.astro'; +import Back from '../components/Back.astro'; ---
- +

Now

What am I currently up to?

This year (2022) I have moved to The Netherlands with my family; specifically the north of Amsterdam.

@@ -65,7 +66,4 @@ import Footer from '../components/Footer.astro'; padding: 0; } - nav { - margin-bottom: -1rem; - } diff --git a/src/pages/social.astro b/src/pages/social.astro index d7487f3..a699a8d 100644 --- a/src/pages/social.astro +++ b/src/pages/social.astro @@ -2,11 +2,12 @@ import Layout from '../layouts/Layout.astro'; import Card from '../components/Card.astro'; import Footer from '../components/Footer.astro'; +import Back from '../components/Back.astro'; ---
- +

Social Links