Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benbalter committed Aug 17, 2020
1 parent e2c096d commit 970992d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -23,13 +23,13 @@
<script src="{{ "assets/script.js?v=" | append: site.github.build_revision | relative_url }}"></script>
</head>

<body class="text-center m-5">
<body class="text-center m-1">
<div class="status fixed-top d-none"></div>
<div class="clocks">
{% for clock in page.clocks %}
<div class="clock {{ clock[0] | downcase | replace:" ","-" }} mb-4 d-none" data-timezone="{{ clock[1] }}">
<div class="time pt-2"></div>
<div class="location mt-1 pt-2">{{ clock[0] }}</div>
<div class="clock {{ clock[0] | downcase | replace:" ","-" }} my-2 d-none" data-timezone="{{ clock[1] }}">
<div class="time pt-2 "></div>
<div class="location mt-2 pt-2">{{ clock[0] }}</div>
</div>
{% endfor %}
</div>
Expand Down

0 comments on commit 970992d

Please sign in to comment.