basic style tweaks - more compact main vue

This commit is contained in:
lafleur 2020-10-10 10:11:38 +02:00
parent 18fbf4f011
commit e40a07e229
2 changed files with 10 additions and 0 deletions

View File

@ -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`).

9
static/style.css Normal file
View File

@ -0,0 +1,9 @@
.post-meta {
display: inline-block;
}
.post-tags {
display: inline-block;
}
.post-content {
margin-top: 0;
}