Skip to content

Commit

Permalink
fix mobile view styling
Browse files Browse the repository at this point in the history
Signed-off-by: lakshya <[email protected]>
  • Loading branch information
lakshz committed Mar 15, 2024
1 parent c5f1c00 commit 4b9a2e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/SistentNavigation/intra-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
1 change: 1 addition & 0 deletions src/sections/Projects/Sistent/sistent.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,7 @@ const SistentWrapper = styled.div`
.code {
font-size: 0.9rem;
overflow: auto;
}
.size-button {
Expand Down

0 comments on commit 4b9a2e7

Please sign in to comment.