From 4b9a2e70b6f71f486a340333d39aa0b6c9f2be1a Mon Sep 17 00:00:00 2001 From: lakshya Date: Fri, 15 Mar 2024 23:40:27 +0530 Subject: [PATCH] fix mobile view styling Signed-off-by: lakshya --- src/components/SistentNavigation/intra-page.js | 5 +++++ src/sections/Projects/Sistent/sistent.style.js | 1 + 2 files changed, 6 insertions(+) diff --git a/src/components/SistentNavigation/intra-page.js b/src/components/SistentNavigation/intra-page.js index 636fa5519ae5..2e4673e71eab 100644 --- a/src/components/SistentNavigation/intra-page.js +++ b/src/components/SistentNavigation/intra-page.js @@ -4,6 +4,11 @@ import styled from "styled-components"; const JoinCommunityWrapper = styled.div` width: 18rem; + + @media screen and (max-width: 750px) { + display: none; + } + @media screen and (min-width: 751px) and (max-width: 1279px) { display: none; } diff --git a/src/sections/Projects/Sistent/sistent.style.js b/src/sections/Projects/Sistent/sistent.style.js index 56010e7a3293..f80f5e01203c 100644 --- a/src/sections/Projects/Sistent/sistent.style.js +++ b/src/sections/Projects/Sistent/sistent.style.js @@ -819,6 +819,7 @@ const SistentWrapper = styled.div` .code { font-size: 0.9rem; + overflow: auto; } .size-button {