Skip to content

Commit

Permalink
Mobile Experience Improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Saksham Poply <[email protected]>
  • Loading branch information
Saksham Poply authored and Saksham Poply committed Jul 10, 2024
1 parent 9be5938 commit 708e86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/handbook-navigation/intra-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Link } from "gatsby";
import styled from "styled-components";

const JoinCommunityWrapper = styled.div`
@media screen and (min-width: 751px) and (max-width: 1279px) {
@media screen and (min-width: 300px) and (max-width: 1279px) {
display: none;
}
.intra-page {
Expand Down

0 comments on commit 708e86d

Please sign in to comment.