Skip to content

Commit 3cad1c6

Browse files
Restructure containers for full-width background
Left and right pad the contents.
1 parent 7d79638 commit 3cad1c6

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

demo/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,13 @@
3434
<!-- End Google Tag Manager (noscript) -->
3535

3636
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
37-
<a class="navbar-brand" href="javascript:void(0)">RegEx Pattern Creator</a>
37+
<div class="container">
38+
<a class="navbar-brand" href="javascript:void(0)">RegEx Pattern Creator</a>
39+
</div>
3840
</nav>
3941

40-
<div class="container">
41-
<form class="jumbotron">
42+
<div class="jumbotron">
43+
<form class="container">
4244
<p class="lead">Generate a concise Regular Expression.</p>
4345

4446
<div class="form-group">
@@ -74,7 +76,9 @@
7476
</button>
7577
</div>
7678
</form>
79+
</div>
7780

81+
<div class="container">
7882
<section class="output">
7983
<div class="form-group">
8084
<label for="output">

0 commit comments

Comments
 (0)