fix: spacing and blog path
This commit is contained in:
parent
38370a3ae4
commit
dd64438ab0
|
@ -20,7 +20,7 @@ footer: '© 2025 Distrust LLC'
|
|||
|
||||
theme: jekyll-theme-console
|
||||
|
||||
permalink: blog/:title/
|
||||
permalink: blog/:title
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
|
|
@ -1177,6 +1177,11 @@ section {
|
|||
margin: 250px 0px;
|
||||
}
|
||||
|
||||
.extra-spacing {
|
||||
margin-top: 70px;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
|
||||
.companies {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
|
Loading…
Reference in New Issue