summaryrefslogtreecommitdiffstats
path: root/assets/sass
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-31 00:19:18 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-31 00:19:18 +0200
commit882af0656327476b523e0d6538b29ae9ad6eda28 (patch)
tree7487e3ef1b40fc15f8fb3a8520b6b03db6bcbf0c /assets/sass
parent5e9831ac36147e229fbc40774199ea1cb961ca93 (diff)
downloadgohugo-theme-ed-882af0656327476b523e0d6538b29ae9ad6eda28.tar.gz
Mior reformatting of posts layout
Diffstat (limited to 'assets/sass')
-rw-r--r--assets/sass/_customize.scss16
1 files changed, 12 insertions, 4 deletions
diff --git a/assets/sass/_customize.scss b/assets/sass/_customize.scss
index 10b7b3f..79d3aae 100644
--- a/assets/sass/_customize.scss
+++ b/assets/sass/_customize.scss
@@ -41,10 +41,6 @@
letter-spacing: -1px;
}
-.post-meta time {
- padding-right: 1rem;
-}
-
.post {
margin-top: 40px;
@@ -91,6 +87,18 @@
margin-top: -.5rem;
}
+.post .byline,
+.poem .byline,
+.poetry .byline {
+ margin-bottom: 1rem;
+}
+
+.byline .author,
+.post-meta .author {
+ padding-right: 1rem;
+}
+
+
nav.pagination {
justify-content: center;
}