Skip to content

Commit

Permalink
Add bottom padding to tab pane headers
Browse files Browse the repository at this point in the history
  • Loading branch information
zackproser committed Jul 30, 2021
1 parent 5dea8cb commit d01e687
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pages/landing/hipaa/technical-details/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,9 @@
<!-- Reference Applications tab -->
<div role="tabpanel" class="tab-pane active" id="reference-apps">
<div class="container">
<h1>HIPAA-compliant Reference Applications</h1>
<h1 style="padding-bottom: 40px">
HIPAA-compliant Reference Applications
</h1>
{% include_relative _how-it-works.html %}
</div>
<div id="more-app-details" class="section section-dark">
Expand All @@ -327,7 +329,9 @@ <h1>HIPAA-compliant Reference Applications</h1>
<div role="tabpanel" class="tab-pane" id="reference-infra">
<div id="how-it-works" class="section-dark">
<div class="container">
<h1>HIPAA-compliant Reference Architecture</h1>
<h1 style="padding-bottom: 40px">
HIPAA-compliant Reference Architecture
</h1>
{% include_relative _infra-how-it-works.html %}
</div>
</div>
Expand Down

0 comments on commit d01e687

Please sign in to comment.