From 884b2ea507b25e5a7c9b31fa8f72ac2edfc9400f Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 10 Nov 2022 15:17:26 +0600 Subject: [PATCH] fixed main page text --- components/home/HomeHeader.vue | 30 ++++++++++++++++++++++-------- 1 file changed, 22 insertions(+), 8 deletions(-) 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;