Skip to content

Commit

Permalink
hide brew command copy btn on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasr22 authored Dec 30, 2023
1 parent 0841042 commit b9648e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion main.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ code .copy-btn {
}

code.brew {
font-size: 14px;
font-size: 12px;
}

code .copy-btn {
display: none;
}
}

0 comments on commit b9648e2

Please sign in to comment.