1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

feat(index.html): add margin to progress and table.

This commit is contained in:
Igor Guastalla de Lima
2019-02-06 23:01:09 -02:00
parent ba3bd786a0
commit f0f060052f

View File

@@ -56,6 +56,14 @@ div.containers > .nes-container {
margin-bottom: 1rem; margin-bottom: 1rem;
} }
#table {
margin: 35px auto;
}
#progress {
margin-top: 35px;
}
.footer { .footer {
text-align: center; text-align: center;
} }