Skip to content

Commit

Permalink
适配手机显示
Browse files Browse the repository at this point in the history
  • Loading branch information
ankye committed Jun 19, 2019
1 parent 38699a6 commit 999f5ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file modified ffkey.zip
Binary file not shown.
2 changes: 2 additions & 0 deletions ffkey/highlight.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<link href="{{$.prettifyCssUrl}}" type="text/css" rel="stylesheet"/>
<script src="{{$.prettifyJsUrl}}"></script>
<style>
@media screen and (max-width: 600px) {
pre.prettyprint * {
font-size: 12px;
}
Expand All @@ -11,6 +12,7 @@
padding: 0 0 0 30px;
margin: 0;
}
}
</style>
<script>
$("pre").addClass("prettyprint linenums");
Expand Down

0 comments on commit 999f5ae

Please sign in to comment.