Skip to content

Commit

Permalink
reordered elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed May 26, 2020
1 parent 9ed3d2f commit 5c530da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion public/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ key {
align-items: center;
grid-template-areas:
"wpm acc"
"wpm key"
"wpm key"
"raw time"
"info info";
.group{
Expand Down
9 changes: 5 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,7 @@
<div id="result" class="hidden">
<div class="stats">
<!-- <div class="info">words 10<br>punctuation</div> -->
<div class="group info">
<div class="top">test type</div>
<div class="bottom">-</div>
</div>

<div class="group wpm">
<div class="top">wpm<div class="crownWrapper"><div class="crown"><i class="fas fa-crown"></i></div></div></div>
<div class="bottom">-</div>
Expand All @@ -188,6 +185,10 @@
<div class="top">raw wpm</div>
<div class="bottom">-</div>
</div>
<div class="group info">
<div class="top">test type</div>
<div class="bottom">-</div>
</div>
</div>
<div class="chart">
<!-- <div class="title">wpm over time</div> -->
Expand Down

0 comments on commit 5c530da

Please sign in to comment.