From 36e377b70afbf00acc4561919b979e13fd5a4a9c Mon Sep 17 00:00:00 2001 From: Jakub Chojna Date: Sun, 21 Apr 2024 22:54:39 +0200 Subject: [PATCH] feat: change text on contact view --- src/styles/mixins.scss | 2 +- src/views/Contact.module.scss | 2 +- src/views/Contact.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/styles/mixins.scss b/src/styles/mixins.scss index e4354f5..788c8cb 100644 --- a/src/styles/mixins.scss +++ b/src/styles/mixins.scss @@ -143,7 +143,7 @@ @media only screen and (min-width: $media-m) { border: none; - font-size: 72px; + font-size: 60px; margin: 0; max-width: 60%; min-width: 380px; diff --git a/src/views/Contact.module.scss b/src/views/Contact.module.scss index 9b50c1a..24e0cd0 100644 --- a/src/views/Contact.module.scss +++ b/src/views/Contact.module.scss @@ -16,6 +16,7 @@ 'form' 'social' 'footer'; + max-width: 1000px; width: 100%; @media only screen and (min-width: $media-m) { @@ -34,7 +35,6 @@ border-color: $color-contact-accent; color: $color-contact-light; - font-size: 3rem; margin: 0; text-align: center; } diff --git a/src/views/Contact.tsx b/src/views/Contact.tsx index 1b0c5a2..ffbe8c3 100644 --- a/src/views/Contact.tsx +++ b/src/views/Contact.tsx @@ -27,7 +27,7 @@ const Contact = () => { )} >

- Feel free to contact me! I'm open for new opportunities + Looking to bring my talents to an innovative team. Let's chat!

{contactDetails.map((details, index) => (