about summary refs log tree commit diff
path: root/served/styles/post.css
diff options
context:
space:
mode:
Diffstat (limited to 'served/styles/post.css')
-rwxr-xr-x[-rw-r--r--]served/styles/post.css16
1 files changed, 13 insertions, 3 deletions
diff --git a/served/styles/post.css b/served/styles/post.css
index 0cc6c82..99f3b81 100644..100755
--- a/served/styles/post.css
+++ b/served/styles/post.css
@@ -1,7 +1,5 @@
 .sized {
-	--page-width: 34rem;
-	max-width: var(--page-width);
-	margin: 0 auto;
+	max-width: var(--pwidth);
 }
 
 #navtree {
@@ -12,4 +10,16 @@
 	margin-bottom: 1rem;
 
 	gap: 1rem;
+}
+
+p {
+	margin: 1.25rem 0;
+}
+
+#post-title {
+	margin-bottom: 0rem;
+}
+
+#published {
+	color: var(--text-dim);
 }
\ No newline at end of file