From dd64438ab08776bb3b64565edabda0bc3f1dac88 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 +- _sass/base.scss | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 9ec0f43..1526903 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,7 @@ footer: '© 2025 Distrust LLC' theme: jekyll-theme-console -permalink: blog/:title/ +permalink: blog/:title plugins: - jekyll-feed diff --git a/_sass/base.scss b/_sass/base.scss index 14fd05e..d52c01e 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -1177,6 +1177,11 @@ section { margin: 250px 0px; } +.extra-spacing { + margin-top: 70px; + margin-bottom: 70px; +} + .companies { display: flex; justify-content: space-between;