Skip to content

Commit

Permalink
Merge pull request #5663 from Sakshampoply/mobileExperienceImprovement
Browse files Browse the repository at this point in the history
Mobile Experience Improvement
  • Loading branch information
sudhanshutech authored Jul 19, 2024
2 parents c92b5b2 + 708e86d commit c67671e
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 c67671e

Please sign in to comment.