Skip to content

Commit

Permalink
Merge branch 'main' into 730
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-hyperjump authored Jun 24, 2022
2 parents cc93700 + 3c70de7 commit f16b115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/NavIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function NavIndex(props) {
</div>

<style jsx>{`
@media (max-width: 1535px) {
@media (max-width: 1023px) {
.csticky {
display: none;
}
Expand All @@ -76,7 +76,7 @@ export default function NavIndex(props) {
margin-bottom: 15px;
}
}
@media (min-width: 1536px) {
@media (min-width: 1024px) {
.cmedium {
display: none;
}
Expand Down

0 comments on commit f16b115

Please sign in to comment.