From 1ad7b3c8a054a5fecab0240fd36472efd67f019e Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 3 Nov 2022 11:29:19 +0600 Subject: [PATCH] fixed proportions --- components/bio/BioHeading.vue | 5 - components/home/HomeHeader.vue | 3 +- pages/bio.vue | 7 +- yarn.lock | 1486 +------------------------------- 4 files changed, 17 insertions(+), 1484 deletions(-) diff --git a/components/bio/BioHeading.vue b/components/bio/BioHeading.vue index d743f54..bac404c 100644 --- a/components/bio/BioHeading.vue +++ b/components/bio/BioHeading.vue @@ -16,11 +16,6 @@ numerous other frameworks for the most of my time, but I'm also capable of doing Typescript and Golang backend.

- -

- I've started coding more than 15 years ago as a hobby and still love - doing that on my work and free time. -

diff --git a/components/home/HomeHeader.vue b/components/home/HomeHeader.vue index 6574a4d..4895c26 100644 --- a/components/home/HomeHeader.vue +++ b/components/home/HomeHeader.vue @@ -41,7 +41,7 @@ .grid { display: grid; - grid-template-columns: 14fr 10fr; + grid-template-columns: 17fr 10fr; column-gap: 50px; border-bottom: 2px solid var(--color-line); @@ -93,6 +93,7 @@ display: flex; flex-direction: column; justify-content: center; + max-width: 500px; @include tablet { text-align: center; diff --git a/pages/bio.vue b/pages/bio.vue index 9894a1b..8eeda18 100644 --- a/pages/bio.vue +++ b/pages/bio.vue @@ -1,6 +1,6 @@