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; display: block;
margin: 0 auto; margin: 0 auto;
} }
.info {
padding: 8px;
text-align: center;
}

View File

@@ -78,7 +78,7 @@
<button class="btn btn-success btn-lg" id="download-btn" name="download">Download</button> <button class="btn btn-success btn-lg" id="download-btn" name="download">Download</button>
</div> </div>
<br /> <br />
<p class="info" style="padding:8px;">Select a new module to add to your sequence.</p> <p class="info">Select a new module to add to your sequence.</p>
</div> </div>
</div> </div>
</section> </section>