fix: spacing and blog path
This commit is contained in:
parent
86bb746fa9
commit
df71d00bdc
|
@ -20,7 +20,7 @@ footer: '© 2025 Distrust LLC'
|
|||
|
||||
theme: jekyll-theme-console
|
||||
|
||||
permalink: blog/:title/
|
||||
permalink: blog/:title
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
|
|
@ -1021,6 +1021,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