Skip to content

Commit

Permalink
feat(index.html): add margin to progress and table.
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Feb 7, 2019
1 parent ba3bd78 commit f0f0600
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ div.containers > .nes-container {
margin-bottom: 1rem;
}

#table {
margin: 35px auto;
}

#progress {
margin-top: 35px;
}

.footer {
text-align: center;
}
Expand Down

0 comments on commit f0f0600

Please sign in to comment.