basic style tweaks - more compact main vue
This commit is contained in:
parent
18fbf4f011
commit
e40a07e229
|
@ -3,6 +3,7 @@ languageCode = "en-us"
|
|||
title = "wanderings"
|
||||
theme = "terminal"
|
||||
paginate = 5
|
||||
summaryLength = 30
|
||||
|
||||
[params]
|
||||
# dir name of your main content (default is `content/posts`).
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
.post-meta {
|
||||
display: inline-block;
|
||||
}
|
||||
.post-tags {
|
||||
display: inline-block;
|
||||
}
|
||||
.post-content {
|
||||
margin-top: 0;
|
||||
}
|
Loading…
Reference in New Issue