From 33005b251c0da829bebcf1c888cebc9e18b43f4c Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 24 Sep 2024 21:06:56 -0400 Subject: [PATCH] shorten layout between segments, fix spacing on buttons --- _layouts/about.html | 8 +++----- _layouts/landing.html | 6 +++--- _layouts/services.html | 14 +++----------- _layouts/tools.html | 10 ---------- _sass/base.scss | 2 +- 5 files changed, 10 insertions(+), 30 deletions(-) diff --git a/_layouts/about.html b/_layouts/about.html index 9ff899f..f1ee9e5 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -34,13 +34,11 @@
  • How do you know the offline laptop with the keys to the kingdom has not been tampered with?
  • Do you have a plan for when your production systems are compromised?
  • -
    -
    - Free Consultation +
    + Free Consultation +
    -
    -

    Values

    diff --git a/_layouts/landing.html b/_layouts/landing.html index 7ad1304..6beba7b 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -177,9 +177,9 @@ -
    -
    - Free Consultation +
    {%- include footer.html -%} diff --git a/_layouts/services.html b/_layouts/services.html index 94c0d1b..1c459d2 100644 --- a/_layouts/services.html +++ b/_layouts/services.html @@ -13,17 +13,15 @@

    How can we help you?

    Distrust offers a wide range of services which are tailored to your organization. Whether you need a complete security assessment, want to create or improve an open source security tool, or want to focus on assessing a specific aspect of your organization or system - we are here to help. Our experienced staff will collaborate closely with you to understand your unique needs and create a tailor made solution that works for you.

    -
    - Free Consultation -
    +
    -
    -
    @@ -42,8 +40,6 @@
    -
    -
    @@ -63,8 +59,6 @@
    -
    -
    @@ -83,8 +77,6 @@
    -
    -
    diff --git a/_layouts/tools.html b/_layouts/tools.html index 24b5323..bda91b7 100644 --- a/_layouts/tools.html +++ b/_layouts/tools.html @@ -22,8 +22,6 @@
    -
    -
    @@ -43,8 +41,6 @@
    -
    -
    @@ -63,8 +59,6 @@
    -
    -
    @@ -83,8 +77,6 @@
    -
    -
    @@ -103,8 +95,6 @@
    -
    -
    diff --git a/_sass/base.scss b/_sass/base.scss index b66eb41..e3c6ae0 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -520,7 +520,7 @@ textarea { section { margin-top: 48px; - margin-bottom: 120px; + margin-bottom: 96px; } .companies {