Browse Source

typo in index

pull/342/head
Guillaume Vincent 8 years ago
parent
commit
bf520ad230
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      index.html

+ 2
- 2
index.html View File

@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="dist/lesspass.min.css">
<style>
div.centre {
div.center {
width: 470px;
max-width: 100%;
display: block;
@@ -17,7 +17,7 @@
</style>
</head>
<body>
<div class="centre">
<div class="center">
<div class="py-1 hidden-sm-down"></div>
<div id="lesspass" class="m-x-auto"></div>
</div>


Loading…
Cancel
Save