From 9a3462dc7e89602faf0eec632f6e14642e1da980 Mon Sep 17 00:00:00 2001 From: Warren Parad Date: Mon, 1 Apr 2024 11:11:53 +0200 Subject: [PATCH] Remove unnecessary margin-bottom from ul. --- src/components/home.vue | 1 + src/components/pen-tests.vue | 4 ++-- src/styles/main.scss | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/home.vue b/src/components/home.vue index 48cb8ef..af035ad 100644 --- a/src/components/home.vue +++ b/src/components/home.vue @@ -114,6 +114,7 @@
  • An attestation icon and url: Additionally you'll get a link to put on your website. This proves they did the audit.
  • +

    You define your policies. You determine what is in scope or not. What you include will be audited and then appear in your report.
    diff --git a/src/components/pen-tests.vue b/src/components/pen-tests.vue index e0bb9fd..db1b8f4 100644 --- a/src/components/pen-tests.vue +++ b/src/components/pen-tests.vue @@ -45,7 +45,7 @@ -
      +
      • Boutique pen testing shop
      • Very responsive
      @@ -72,7 +72,7 @@ -
        +
        • Free retests within 6 months
        • Toxic marketing strategies
        diff --git a/src/styles/main.scss b/src/styles/main.scss index a87b668..507de5b 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -44,4 +44,8 @@ html, body { .v-popper__popper { z-index: 1000 !important; +} + +ul { + margin-bottom: 0; } \ No newline at end of file