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
This commit is contained in:
Daniel Larner
2018-10-08 12:22:56 -04:00
committed by Jeffrey Warren
parent 09669fe858
commit a67fe91d0d
2 changed files with 6 additions and 2 deletions

View File

@@ -115,3 +115,7 @@ h1 {
display: block;
margin: 0 auto;
}
.info {
padding: 8px;
text-align: center;
}