From df71d00bdcd119f3142386e0157d2226c33bf177 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 3f78cad..67716be 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 1fd5d07..270acfc 100644 --- a/_sass/base.scss +++ b/_sass/base.scss @@ -1021,6 +1021,11 @@ section { margin: 250px 0px; } +.extra-spacing { + margin-top: 70px; + margin-bottom: 70px; +} + .companies { display: flex; justify-content: space-between;