From 2e92e2e809bde3cc78b47ebd91cc426d71db6845 Mon Sep 17 00:00:00 2001
From: Fedor Katurov <gotham48@gmail.com>
Date: Fri, 11 Nov 2022 13:59:06 +0600
Subject: [PATCH] fixed writings on headers

---
 assets/css/main.scss           | 2 +-
 components/bio/BioHeading.vue  | 3 ++-
 components/home/HomeHeader.vue | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/assets/css/main.scss b/assets/css/main.scss
index 3d6468b..1288e6e 100644
--- a/assets/css/main.scss
+++ b/assets/css/main.scss
@@ -88,7 +88,7 @@ h5 {
 
 p,
 li {
-  line-height: 1.45em;
+  line-height: 1.5em;
 }
 
 li {
diff --git a/components/bio/BioHeading.vue b/components/bio/BioHeading.vue
index 374bbe7..e2ffbb1 100644
--- a/components/bio/BioHeading.vue
+++ b/components/bio/BioHeading.vue
@@ -14,7 +14,8 @@
       <p>
         I develop frontend applications with <b>React</b>, <b>Vue</b> and
         numerous other frameworks as a job and a hobby. I'm also capable of
-        doing <b>Typescript</b> and <b>Golang</b> backends.
+        doing <b>Typescript</b> and <b>Golang</b> backends, services, and
+        integrations.
       </p>
 
       <UiButtonGroup :class="$style.buttons">
diff --git a/components/home/HomeHeader.vue b/components/home/HomeHeader.vue
index 9c47a44..36ead65 100644
--- a/components/home/HomeHeader.vue
+++ b/components/home/HomeHeader.vue
@@ -19,7 +19,7 @@
             <b>technical documentation</b>. Here's the frontend for my notebook.
           </p>
 
-          <p>There's also my Curriculum Vitae and contact info.</p>
+          <p>There's also my Curriculum Vitae and contact info here.</p>
         </div>
 
         <UiButtonGroup :class="$style.buttons">