From a67fe91d0de6c2a1e296672ba46031a145ff545c Mon Sep 17 00:00:00 2001
From: Daniel Larner <17296992+dlarner3194@users.noreply.github.com>
Date: Mon, 8 Oct 2018 12:22:56 -0400
Subject: [PATCH] Issue #392 Fixes alignment of message in Add step box (#393)
* Fixes alignment of message in Add step box
* fixes css info id
* updates class selector in demo
* Spacing changes
---
examples/demo.css | 4 ++++
examples/index.html | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/examples/demo.css b/examples/demo.css
index 3269922f..fea72ffc 100644
--- a/examples/demo.css
+++ b/examples/demo.css
@@ -115,3 +115,7 @@ h1 {
display: block;
margin: 0 auto;
}
+.info {
+ padding: 8px;
+ text-align: center;
+}
\ No newline at end of file
diff --git a/examples/index.html b/examples/index.html
index f8d9f1fe..5bd6056d 100644
--- a/examples/index.html
+++ b/examples/index.html
@@ -78,7 +78,7 @@
-
Select a new module to add to your sequence.
+Select a new module to add to your sequence.
@@ -94,4 +94,4 @@