Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
carmellolb committed Sep 18, 2019
1 parent 5238980 commit 1012d8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions elements/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h4 class="modal-title">Modal</h4>
background: #ffffff;
height: 180px;
">
<div class="tab-pane active" id="2-1">
<div class="tab-pane active" id="2-1" style="margin-top: 0;">
<h2 style="
font-weight: 600;
">Content 1</h2>
Expand All @@ -347,7 +347,7 @@ <h4 class="modal-title">Modal</h4>
">This is a paragraph. You can write things in here, like information.</p>
</div>

<div class="tab-pane" id="2-2">
<div class="tab-pane" id="2-2" style="margin-top: 0;">
<h2 style="
font-weight: 600;
">Content 2</h2>
Expand Down Expand Up @@ -527,7 +527,7 @@ <h4 class="modal-title">Modal</h4>
background: #ffffff;
height: 180px;
">
<div class="tab-pane active" id="4-1">
<div class="tab-pane active" id="4-1" style="margin-top: 0;">
<h2 style="
font-weight: 600;
">Content 1</h2>
Expand All @@ -540,7 +540,7 @@ <h4 class="modal-title">Modal</h4>
">This is a paragraph. You can write things in here, like information.</p>
</div>

<div class="tab-pane" id="4-2">
<div class="tab-pane" id="4-2" style="margin-top: 0;">
<h2 style="
font-weight: 600;
">Content 2</h2>
Expand Down

0 comments on commit 1012d8a

Please sign in to comment.