Skip to content

Commit

Permalink
Let navbar expand when md instead of lg
Browse files Browse the repository at this point in the history
  • Loading branch information
ganlvtech committed Oct 31, 2018
1 parent ab9b75c commit f99443a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="icon" href="https://www.52pojie.cn/favicon.ico">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark no-select">
<nav class="navbar navbar-expand-md navbar-dark no-select">
<div class="container">
<a class="navbar-brand" href="<%= BASE_URL %>">爱盘 - 在线破解工具包</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
Expand Down

0 comments on commit f99443a

Please sign in to comment.