diff --git a/components/home/HomeHeader.vue b/components/home/HomeHeader.vue index 106ceaf..1382572 100644 --- a/components/home/HomeHeader.vue +++ b/components/home/HomeHeader.vue @@ -4,12 +4,23 @@

Welcome to my Obsidian Garden

-

- - Obsidian - is a note-taking app, that I use to store chunks of code and technical - documentation. -

+
+

+ + Obsidian + is a note-taking app, that I use to store chunks of code and + technical documentation. Here's the frontend for my notebook. +

+ +

There's also my Curriculum Vitae and contact info.

+
@@ -65,7 +76,7 @@ .subtitle { color: var(--color-text-secondary); - max-width: 360px; + max-width: 600px; @include desktop { max-width: 100%; @@ -77,7 +88,10 @@ display: flex; flex-direction: column; justify-content: center; - max-width: 500px; + + b { + color: var(--color-text); + } @include tablet { text-align: center;