feat: add blog #7

Manually merged
anton merged 32 commits from feat/blog into main 2025-04-03 03:34:49 +00:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit dd64438ab0 - Show all commits

View File

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

View File

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