From 7a73dd07494811f93892e5dbf1466e5b07c11f0a Mon Sep 17 00:00:00 2001 From: alexeyandreevsky Date: Fri, 2 Feb 2024 23:28:48 +0700 Subject: [PATCH] Add target blank attribute for services link Fix scroll of content container bug Fix text overflow in update section on mobile resolution Fix links in project info --- src/app/App.scss | 2 +- src/components/Projects/Project.js | 2 +- src/components/Services/ServicesList.js | 1 + src/components/Updates/Updates.scss | 6 +----- 4 files changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/App.scss b/src/app/App.scss index 24cca25..daef273 100644 --- a/src/app/App.scss +++ b/src/app/App.scss @@ -22,7 +22,7 @@ body { width: 1460px; height: 1460px; background: rgba(0, 117, 255, 0.40); - + z-index: -1; filter: blur(445.5px); } diff --git a/src/components/Projects/Project.js b/src/components/Projects/Project.js index a846fb9..b546863 100644 --- a/src/components/Projects/Project.js +++ b/src/components/Projects/Project.js @@ -37,7 +37,7 @@ function Project ({ project, closeHandler, id }) { {( project.projectLink && Project diff --git a/src/components/Services/ServicesList.js b/src/components/Services/ServicesList.js index aad0320..9cdfcce 100644 --- a/src/components/Services/ServicesList.js +++ b/src/components/Services/ServicesList.js @@ -35,6 +35,7 @@ function ServicesList ({servicesList = defaultServicesList}) { >
{ service.title }
diff --git a/src/components/Updates/Updates.scss b/src/components/Updates/Updates.scss index 253f7bb..c9e7e3e 100644 --- a/src/components/Updates/Updates.scss +++ b/src/components/Updates/Updates.scss @@ -1,7 +1,3 @@ .Devspace { - @media screen and ( min-width: 500px ) and ( max-width: 680px ) { - display: flex; - flex-wrap: wrap; - justify-content: space-between; - } + } \ No newline at end of file