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 {