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;