Skip to content

Commit

Permalink
docs(example): Fix line indents
Browse files Browse the repository at this point in the history
  • Loading branch information
VovanR committed May 7, 2018
1 parent bb13b97 commit 5d41a61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions example/index.html
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>hour-to-day-or-night</title>
<meta name="description" content="Convert hour to day or night: 8 → 'day'">
<meta name="description" content="Convert hour to day or night: 8 → 'day'">

<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="style_day.css">
Expand Down Expand Up @@ -36,12 +36,12 @@
</div>

<a
class="copyright"
href="https://github.com/vovanr/hour-to-day-or-night"
target="_blank"
rel="noopener noreferrer"
class="copyright"
href="https://github.com/vovanr/hour-to-day-or-night"
target="_blank"
rel="noopener noreferrer"
>
<span class="copyright__license">MIT ©</span> <span class="copyright__author">Vladimir Rodkin</span>
<span class="copyright__license">MIT ©</span> <span class="copyright__author">Vladimir Rodkin</span>
</a>

<script>window.module = {}</script>
Expand Down
12 changes: 6 additions & 6 deletions example/style.css
@@ -1,12 +1,12 @@
.converter {
display: flex;
height: 100%;
justify-content: center;
height: 100%;
justify-content: center;
flex-direction: column;
margin: 0;
position: absolute;
text-align: center;
width: 100%;
margin: 0;
position: absolute;
text-align: center;
width: 100%;
background-color: #fff;
transition: background-color ease 0.25s;
}
Expand Down

0 comments on commit 5d41a61

Please sign in to comment.