Skip to content

Commit

Permalink
Remove unnecessary margin-bottom from ul.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Apr 1, 2024
1 parent e699e3f commit 9a3462d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/components/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<br>
<li><strong>An attestation icon and url</strong>: Additionally you'll get a link to put on your website. This proves they did the audit.</li>
</ul>
<br>
</p>

<div class="mt-3">You define your policies. You determine what is in scope or not. What you include will be audited and then appear in your report.</div>
Expand Down
4 changes: 2 additions & 2 deletions src/components/pen-tests.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<td><success /></td>
<td><success /></td>
<td>
<ul style="padding-left: 1rem">
<ul>
<li><span class="">Boutique pen testing shop</span></li>
<li><span class="text-success">Very responsive</span></li>
</ul>
Expand All @@ -72,7 +72,7 @@
<td><warning /></td>
<td><warning /></td>
<td>
<ul style="padding-left: 1rem">
<ul>
<li><span class="text-success">Free retests within 6 months</span></li>
<li><span class="text-danger">Toxic marketing strategies</span></li>
</ul>
Expand Down
4 changes: 4 additions & 0 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,8 @@ html, body {

.v-popper__popper {
z-index: 1000 !important;
}

ul {
margin-bottom: 0;
}

0 comments on commit 9a3462d

Please sign in to comment.