fix: spacing and blog path

This commit is contained in:
Anton Livaja 2024-04-23 12:07:42 -04:00
parent 86bb746fa9
commit df71d00bdc
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
2 changed files with 6 additions and 1 deletions

View File

@ -20,7 +20,7 @@ footer: '© 2025 Distrust LLC'
theme: jekyll-theme-console
permalink: blog/:title/
permalink: blog/:title
plugins:
- jekyll-feed

View File

@ -1021,6 +1021,11 @@ section {
margin: 250px 0px;
}
.extra-spacing {
margin-top: 70px;
margin-bottom: 70px;
}
.companies {
display: flex;
justify-content: space-between;