Skip to content

Commit

Permalink
Update index.html (jgrapht#732)
Browse files Browse the repository at this point in the history
corrected website menu  rendering  problem on mobile
  • Loading branch information
ksskreddy authored and jsichi committed Dec 25, 2018
1 parent 2bfd355 commit a42c7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<html dir="ltr" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0" />
<title>{{ site.title }}</title>
<meta name="keywords" content="{{ site.keywords }}">
<meta name="description" content="{{ site.description }}">
Expand Down

0 comments on commit a42c7c2

Please sign in to comment.