From 2265edf83a79a21f14804d032c3f14d8ee7c06a8 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Thu, 10 Nov 2022 14:25:54 +0600 Subject: [PATCH] fixed images on landings --- components/bio/BioHeading.vue | 15 +++++++++++++++ components/home/HomeHeader.vue | 10 ++++------ 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/components/bio/BioHeading.vue b/components/bio/BioHeading.vue index 4065f88..6505471 100644 --- a/components/bio/BioHeading.vue +++ b/components/bio/BioHeading.vue @@ -18,6 +18,17 @@

+ + Contact me + + + * { + margin: 0 15px 15px 0; + } } diff --git a/components/home/HomeHeader.vue b/components/home/HomeHeader.vue index 7b27c12..71368b5 100644 --- a/components/home/HomeHeader.vue +++ b/components/home/HomeHeader.vue @@ -56,10 +56,6 @@ @include desktop { border-bottom: 2px solid var(--color-line); justify-content: center; - - .desk { - max-width: 400px; - } } } @@ -69,7 +65,7 @@ margin: 0.8rem 0; @include phone { - font-size: 2.5rem; + font-size: 2.2rem; line-height: 3rem; } } @@ -92,12 +88,14 @@ @include tablet { text-align: center; + width: 100%; + max-width: 100%; padding-top: 0; padding-bottom: 40px; } } .desk { - max-width: 100%; + max-width: 80vw; @include desktop { max-height: 50vh;