Skip to content

Commit

Permalink
media query fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbnewman committed Feb 26, 2020
1 parent 696f6b7 commit 6ebd8f5
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,10 @@ footer .text-small {
}
}

@media all and (max-width: 800px) {
@media screen and (max-width: 800px) {
.navigation-list > .navigation-list-item:first-child {
margin-bottom: 0.5rem;
position: relative;

&:before {
content: "💡";
position: absolute;
right: 100%;
top: 0.25rem;
margin-right: 0.25rem;
display: none;
}
}
}

0 comments on commit 6ebd8f5

Please sign in to comment.