From cbbf5c86d16bc3ec70fc5bbe2a05f505343f79d6 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Tue, 23 Apr 2024 12:07:42 -0400 Subject: [PATCH] fix: spacing and blog path --- _config.yml | 2 +- _layouts/landing.html | 4 ++-- _sass/base.scss | 5 +++++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 9a514d2..5eaba35 100644 --- a/_config.yml +++ b/_config.yml @@ -40,7 +40,7 @@ footer: '2023 Distrust, LLC' theme: jekyll-theme-console -permalink: blog/:title/ +permalink: blog/:title plugins: - jekyll-feed diff --git a/_layouts/landing.html b/_layouts/landing.html index cbbfae2..7fe56eb 100644 --- a/_layouts/landing.html +++ b/_layouts/landing.html @@ -8,7 +8,7 @@ {%- include header.html -%}
-
+

Understand and mitigate security threats others won't see coming.

@@ -36,7 +36,7 @@
--> -
+

We specialize in working with high risk clients.

diff --git a/_sass/base.scss b/_sass/base.scss index 5bf12f0..163c11b 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -458,6 +458,11 @@ section { margin-bottom: 24px; } +.extra-spacing { + margin-top: 70px; + margin-bottom: 70px; +} + .companies { display: flex; justify-content: space-between;