From f0f060052f4a40bf84c37af9353c52aaaeffc523 Mon Sep 17 00:00:00 2001 From: Igor Guastalla de Lima Date: Wed, 6 Feb 2019 23:01:09 -0200 Subject: [PATCH] feat(index.html): add margin to progress and table. --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index bd24ec3..11cb5a9 100644 --- a/style.css +++ b/style.css @@ -56,6 +56,14 @@ div.containers > .nes-container { margin-bottom: 1rem; } +#table { + margin: 35px auto; +} + +#progress { + margin-top: 35px; +} + .footer { text-align: center; }