Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sammysango committed Sep 3, 2024
1 parent cd121d5 commit 31a8930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
margin: 0 auto;
}

@media (max-width: 768px) {
@media (width <= 768px) {
.mermaid-xsmall {
width: 50%;
}
Expand Down

0 comments on commit 31a8930

Please sign in to comment.